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
Click Toggle Slide to enable transition, which is currently not working
If you remove the scrollTop layout calculations in beforeSlideEnter, the element will slide in smoothly. Now the transition is working.
What is expected?
Gradual sliding in from right
What is actually happening?
With scrollTop calculations, the entering transition is gone.
I have found that wrapping the child component in an additional div will solve this problem. However, this seems like a hack.
I apologize if this is not a bug. I have raised this questions in forum, discord and stackoverflow but no one is able to answer. So I have started to think that it might be a bug.