We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd4180 commit 28ebcc4Copy full SHA for 28ebcc4
src/components/vueperslides/vueperslides.vue
@@ -846,7 +846,7 @@ export default {
846
if (this.conf.autoplay && autoPlaying) this.pauseAutoplay()
847
848
this.transition.animated = animation
849
- setTimeout(() => (this.transition.animated = true), this.transitionSpeed)
+ setTimeout(() => (this.transition.animated = false), this.transitionSpeed)
850
851
// Get the next slide index and whether it's a clone.
852
const { nextSlide, clone: nextSlideIsClone } = this.getSlideInRange(index, autoPlaying)
0 commit comments