vue-carousel
vue-carousel copied to clipboard
Feature Request: Continuously loop in one direction, rather than moving backwards
Autoplay should loop. Currently when the last slide is reached the slider stops :'(
<carousel :loop="true">
...
</carousel>
Loop is not mentioned in the docs, that's why people are asking...
This is a great component!!
You're right, @focussing - I'll add this to the docs on our next patch
I gave :loop="true" a try but it does not seem to be working. Using it from here: https://cdn.jsdelivr.net/npm/@ssense/[email protected]/dist/vue-carousel.min.js which seems to be the most recent release. Is that correct?
Here is a fiddle of it, not working: http://jsfiddle.net/kpkrmx2k/3/
Ah, if you download the source from GitHub it is working. For some reason the CDN does not have the latest code base even though the version is correct.
@yavinfour noted, when we release 0.6.6 I'll check and make sure the CDN is working, if not I'll make a note in the read me! Thanks for the heads up
would be great to have it moving one side endlessly without rewind - first slide after the last one
I came to second @imbolc on the loop as it currently is. I think general loop modes for most slider libraries (slibraries??) is to simply move in the same direction continuously rather than rewinding.
@HauntedSmores I'll switch this post into a feature request!
Beautiful!
Can you please merge this so I can include this in a production project. This is the only feature I am missing at the moment.
I am working on using this as in interactive slider for an LMS I am building.
Thank you for all the hard work!
jeremy
O, nevermind :loop="true" worked. I'm an a-hole for not trying that first.
Thanks again!
Hey guys, thanks for the great work! Any updates on this FR? Thanks!
Hey @MartinGerritsen, we haven't had a lot of traction with the request. Lots of people seem to want the feature, but we haven't received a PR or even an inquiry about developing the feature. I'll post here as soon as I hear anything from anyone! 📣
Hey @quinnlangille we surely would like to have this feature :)
@quinnlangille I would also love this feature!!
Please add the :loop="true" to the API page. https://ssense.github.io/vue-carousel/api/
@quinnlangille I would also love this feature!!
@quinnlangille I would also love this feature - "Continuously loop in one direction, rather than moving backwards"