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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Currently there is no way to cancel/chain animations.
This leads to unexpected behaviour: if you have some elements under ngShow and quickly change expression (not waiting until animation is finished) you'll have your elements hidden even if ngShow expression is true.
I assume the solution should be to stop animation on element (so removing all added classes in case of CSS3) AND call afterFn button in case if new animation is about to be started. Or there is better solution (chaining of animations?)