Implement 'loop' mode
See original GitHub issueIf autoplay
is set to true
, the carousel jumps from the last slide to the first one whereas it would be better to provide an infinite loop.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:5
- Comments:25 (9 by maintainers)
Top Results From Across the Web
Loop Mode - an overview | ScienceDirect Topics
Using semi-loop mode, a locomotive (MU) takes a round-trip in two adjacent routings, and is maintained in a depot on each loop.
Read more >What is the optimum way to implement 'modes' in a for loop in ...
I would like to be able to have a for loop execute different code depending on what 'mode' it is in, but in...
Read more >Assembly - Loops - Tutorialspoint
The JMP instruction can be used for implementing loops. For example, the following code snippet can be used for executing the loop-body 10...
Read more >Run Loops - Apple Developer
Run Loops. Run loops are part of the fundamental infrastructure associated with threads. A run loop is an event processing loop that you...
Read more >How to use AUTO LOOP to TRANSITION and do TRICKS!
Using loops to transition is a quick and effective way to get out of a ... you how to apply slip mode, the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok guys, I’ve got some great news: I’ve been working on the “infinite loop” mode and it’s coming along nicely.
In fact, you can already use the
loop
branch and see for yourself:You can find the description of the relevant props here.
Now I need you to provide me with some feedback so I can fine-tune it before the release! This is still ‘work in progress’ (mostly on Android), but we’re almost there 😉
Hi @6axter82,
I’ve previously been working on it, but I did face some nasty issues and weren’t able to dig deeper until… today 😃
It’s easily the most wanted feature at this time, and I really want to implement it. My hope is to be able to do so before the end of the month (maybe sooner). Stay tuned!