You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 becauseevent.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
The text was updated successfully, but these errors were encountered: