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
I'm using a 1000ms vue-transition and whenever I change the route, I can see the slides change the alignment to vertical during the transition (when the carousel is unmounted). You won't notice it if you don't use a transition though.
Reproduction Link
No response
Steps to Reproduce
Try using a vue-transition, set it somewhere around 1000ms so you have time to see the issue.
Scroll to the carousel section and try changing the route.
...
Expected Behaviour
The carousel should stay horizontal even when the component is destroyed, so that there's no unexpected behavior.
The text was updated successfully, but these errors were encountered:
Checks
Version
0.6.12
Description
I'm using a 1000ms vue-transition and whenever I change the route, I can see the slides change the alignment to vertical during the transition (when the carousel is unmounted). You won't notice it if you don't use a transition though.
Reproduction Link
No response
Steps to Reproduce
...
Expected Behaviour
The carousel should stay horizontal even when the component is destroyed, so that there's no unexpected behavior.
The text was updated successfully, but these errors were encountered: