Closed
Description
Version
2.5.13
Reproduction link
https://codepen.io/asiankingofwhales/pen/zpQBQM
Steps to reproduce
- 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.