ragnarlotus / vue-flux

Image slider which comes with 20 cool transitions

Home Page:https://ragnarlotus.github.io/vue-flux-docs/demos/demos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'infinite' option is ignored

mariusgen opened this issue · comments

I am having these options: autoplay - which is working fine, and infinite which seems to remain always 'true'.

fluxOptions: { autoplay: false, infinite: false }

Thank you, I will check it tomorrow

Hello, I just tested it and is working fine for me, when reaches last image it stops automatically.

@DEULOS infinite prop is used only for autoplay? If I am at the end and I press Next, the slider is starting with the first slide. I thought it is used for this case too, to avoid to start over. Thanks

No, is just to stop it automatically when reaches the last.

I will try to explain it better in wiki.

Regards!