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.
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..?