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.
Why does ngView add the new element before the previous element when animating? #4362
Closed
Description
This seems like it's completely the wrong way around to me, if you want to do a simple fadeOut -> fadeIn animation, you can't get it to look good because the new view pushes the old view down instantly.
I guess you could change the animation to a keyframed anim and set display: none
until it starts, but it's a bit overkill..?