Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants