vue-carousel icon indicating copy to clipboard operation
vue-carousel copied to clipboard

Feature Request: Continuously loop in one direction, rather than moving backwards

Open willtpwise opened this issue 8 years ago • 20 comments
trafficstars

Autoplay should loop. Currently when the last slide is reached the slider stops :'(

willtpwise avatar Oct 24 '17 20:10 willtpwise

<carousel :loop="true">
...
</carousel>

esemusa avatar Oct 25 '17 07:10 esemusa

Loop is not mentioned in the docs, that's why people are asking...

This is a great component!!

focussing avatar Nov 08 '17 10:11 focussing

You're right, @focussing - I'll add this to the docs on our next patch

quinnlangille avatar Jan 20 '18 00:01 quinnlangille

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?

roymckenzie avatar Feb 06 '18 01:02 roymckenzie

Here is a fiddle of it, not working: http://jsfiddle.net/kpkrmx2k/3/

roymckenzie avatar Feb 06 '18 21:02 roymckenzie

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.

roymckenzie avatar Feb 06 '18 21:02 roymckenzie

@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

quinnlangille avatar Feb 07 '18 00:02 quinnlangille

would be great to have it moving one side endlessly without rewind - first slide after the last one

imbolc avatar Feb 09 '18 08:02 imbolc

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 avatar Feb 20 '18 21:02 HauntedSmores

@HauntedSmores I'll switch this post into a feature request!

quinnlangille avatar Feb 20 '18 22:02 quinnlangille

Beautiful!

focussing avatar Feb 21 '18 05:02 focussing

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

jeremykenedy avatar Feb 22 '18 02:02 jeremykenedy

O, nevermind :loop="true" worked. I'm an a-hole for not trying that first.

Thanks again!

jeremykenedy avatar Feb 22 '18 02:02 jeremykenedy

Hey guys, thanks for the great work! Any updates on this FR? Thanks!

MartinGerritsen avatar Oct 22 '18 15:10 MartinGerritsen

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! 📣

quinnlangille avatar Oct 22 '18 16:10 quinnlangille

Hey @quinnlangille we surely would like to have this feature :)

focussing avatar Oct 25 '18 17:10 focussing

@quinnlangille I would also love this feature!!

katiedeangelis avatar Nov 13 '18 18:11 katiedeangelis

Please add the :loop="true" to the API page. https://ssense.github.io/vue-carousel/api/

timeandtimeago avatar Feb 04 '19 18:02 timeandtimeago

@quinnlangille I would also love this feature!!

ghost avatar Sep 13 '19 07:09 ghost

@quinnlangille I would also love this feature - "Continuously loop in one direction, rather than moving backwards"

atiar-cse avatar Oct 04 '20 14:10 atiar-cse