ragnarlotus / vue-flux

Image slider which comes with 20 cool transitions
https://ragnarlotus.github.io/vue-flux-docs/demos/demos
MIT License
542 stars 49 forks source link

stop looping #89

Closed almas-alright closed 4 years ago

almas-alright commented 4 years ago

is there any way to stop loop or detect last slide? if anyone want to see any previous slide she may go with previous/next. i am showing some instructions (work safety guideline) through this nice slider after last slide i want to stop it and move user to a different page (question page).

ragnarlotus commented 4 years ago

Hello, check Options and look at infinite

Then check Events and look at stop to know when to redirect to another page :)

Regards!