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.
order of animation staggering #8547
Closed
Description
http://plnkr.co/edit/sceDXtz9qwJKpuBHhn9T?p=preview
It looks like setting delay on .ng-enter causes order of stagger to be wrong(the first item is animated last)
Why I need the initial delay in the first place? I'm using ng-animate-children, but the animation on parent takes say 500ms, so I need to delay animation of the children by those 500ms..
Even if it worked, it wouldn't really be ideal, since I only need that delay in when the parent is animating, but that's another story..