We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.3.7
stops after scrolling on slide and dose not restart after interaction like this https://splidejs.com/extensions/auto-scroll/
https://codesandbox.io/s/splide-test-iy87td?file=/index.html
excepted behavior should be like this example https://splidejs.com/extensions/auto-scroll/
The text was updated successfully, but these errors were encountered:
I didn't see any issue on your example. Maybe your are looking for type: 'loop'?
type: 'loop'
new Splide( '.splide', { type: 'loop', } );
Sorry, something went wrong.
No branches or pull requests
Checks
Version
v0.3.7
Description
stops after scrolling on slide and dose not restart after interaction like this https://splidejs.com/extensions/auto-scroll/
Reproduction Link
https://codesandbox.io/s/splide-test-iy87td?file=/index.html
Steps to Reproduce
Expected Behaviour
excepted behavior should be like this example https://splidejs.com/extensions/auto-scroll/
The text was updated successfully, but these errors were encountered: