Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for multiple states. #2

Merged
merged 1 commit into from
May 4, 2013

Conversation

originell
Copy link
Contributor

  • modify tests to fit the multistate case.
  • regenerate dist/

The used classList API only allows add() being called with a single
class. Therefore if your data-bespoke-state attribute contains multiple
classes, it throws an exception.

When might this happen? For example when you are having transitions
isolated into own classes, so we can swap them between slides.

* modify tests to fit the multistate case.
* regenerate dist/

The used classList API only allows `add()` being called with a single
class. Therefore if your data-bespoke-state attribute contains multiple
classes, it throws an exception.

When might this happen? For example when you are having transitions
isolated into own classes, so we can swap them between slides.
markdalgleish added a commit that referenced this pull request May 4, 2013
Add support for multiple states.
@markdalgleish markdalgleish merged commit 6ea6502 into bespokejs:master May 4, 2013
@markdalgleish
Copy link
Member

Thanks! :)

@originell
Copy link
Contributor Author

As always my pleasure, sir!

@originell originell deleted the multistate-final branch May 5, 2013 10:41
@originell originell restored the multistate-final branch May 5, 2013 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants