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.https://github.com/rcbyr/keen-slider/assets/112334637/0caca654-3a13-4e69-b865-ee688a88cd97
Here's are slider options:
template:
vue-transition in
RouterView
:vue-transition styles: