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
<carousel :loop="true" :per-page="1" :autoplay="doAutoplay" :autoplay-timeout="4000" :pagination-enabled="false" :mouse-drag="false"> ...Here are a bunch of slides </carousel>
i have a button that toggle the doAutoplay for the autoplay prop, in the beginning it contains true. the problem is, when the doAutoplay is toggle, the autoplay does not stop, but i can see the prop's value in the component have changed.
I am using "vue-carousel": "^0.8.1".
The text was updated successfully, but these errors were encountered:
Hey @bakuryuthem0, mind trying this with 0.9.0? We just released it, and it has a reset feature on hover that might make this work. Otherwise, it looks like it'll require a custom watcher
quinnlangille
changed the title
Dinamic changing autoplay does not stop it
Question: Dynamically changing autoplay prop does not stop it
Jun 26, 2018
quinnlangille
changed the title
Question: Dynamically changing autoplay prop does not stop it
Question: How do I dynamically change autoplay? The prop does not stop it
Jun 27, 2018
I have this carousel
<carousel :loop="true" :per-page="1" :autoplay="doAutoplay" :autoplay-timeout="4000" :pagination-enabled="false" :mouse-drag="false">
...Here are a bunch of slides
</carousel>
i have a button that toggle the
doAutoplay
for theautoplay
prop, in the beginning it contains true. the problem is, when thedoAutoplay
is toggle, the autoplay does not stop, but i can see the prop's value in the component have changed.I am using
"vue-carousel": "^0.8.1"
.The text was updated successfully, but these errors were encountered: