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

Use standard transitionend if available #9

Merged
merged 1 commit into from Jul 19, 2016
Merged

Use standard transitionend if available #9

merged 1 commit into from Jul 19, 2016

Conversation

wytrych
Copy link
Contributor

@wytrych wytrych commented Jul 19, 2016

Fixes #8

When traversing the list of available styles, the standard transition should be looked for first. This fixes an issue with Opera 38 (and possibiliy others) where the webkitTransition properites exists alongside standard transition, but webkitTransitionEnd never fires (only transitionend).

When traversing the list of available styles, the standard transition should be looked for first. This fixes an issue with Opera 38 (and possibiliy others) where the webkitTransition properites exists alongside standard transition, but webkitTransition never fires (only transitionend).
@wytrych
Copy link
Contributor Author

wytrych commented Jul 19, 2016

@EvandroLG Please merge

@EvandroLG EvandroLG merged commit 00e56e3 into EvandroLG:master Jul 19, 2016
@EvandroLG
Copy link
Owner

great @wytrych!
thank you ;)

@wytrych
Copy link
Contributor Author

wytrych commented Jul 19, 2016

Thanks @EvandroLG Any chance for a tag?

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.

Not working in Opera 38
2 participants