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

CustomEvent !== TransitionEvent #52

Open
zeitiger opened this issue Oct 19, 2015 · 0 comments
Open

CustomEvent !== TransitionEvent #52

zeitiger opened this issue Oct 19, 2015 · 0 comments

Comments

@zeitiger
Copy link

I run into an issue with this component in combination of angular-animate.
this.fire('transitionend'); in onAnimationComplete fired a CustomEvent instance, but angular-animate expect an TransitionEvent and it follows an runtime exception because event.elapsedTime is undefined.
Based on the spec is that a bug, because it should be a number
https://drafts.csswg.org/css-transitions/#Events-TransitionEvent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants