ragnarlotus/vue-flux

stop looping

almas-alright opened this issue · 1 comments

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).

Hello, check Options and look at infinite

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

Regards!