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
If you add transition in RouterView and try to change the route, by clicking on some router-link, during the transition you'll see all of the slides at once and they shrink. It doesn't happen with swiper.js, so I suppose it's a bug. Please, pause on 00:01 to see the issue. Adding a delay to container.destroy(); in onBeforeUnmount hook didn't solve the issue.
If you add transition in
RouterView
and try to change the route, by clicking on somerouter-link
, during the transition you'll see all of the slides at once and they shrink. It doesn't happen with swiper.js, so I suppose it's a bug. Please, pause on 00:01 to see the issue. Adding a delay tocontainer.destroy();
inonBeforeUnmount
hook didn't solve the issue.keen-slider.bug.mp4
Here's are slider options:
template:
vue-transition in
RouterView
:vue-transition styles:
The text was updated successfully, but these errors were encountered: