This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
ngAnimate causes flashes if new animations are fired too quickly #3874
Closed
Description
See this plunk: http://plnkr.co/edit/Kr6WQOOcmxB018VOkDR5?p=preview. It uses Angular 1.2.0-rc2
. When you move your mouse quickly over the red bar twice (causing events: mouseover
mouseout
mouseover
mouseout
), the bar collapses nicely, but flashes for a while in full width a bit before the animation is supposed to finish.
I suppose that some $timeout
s are not cancelled when the new animation is started.
Metadata
Metadata
Assignees
Labels
No labels