Skip to content
New issue

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

auto scroll stop after it scroll one slide and keep stoped until hoverd on them this happeningin cdn version #3

Closed
2 tasks done
RAHUL1115 opened this issue Mar 7, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@RAHUL1115
Copy link

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

  1. open the link
  2. open preview in new window
  3. open developer tool
  4. wait for a second
  5. second issue is
  6. open the link
  7. and scroll the splide component using mouse or touch it will not start automatically.

Expected Behaviour

excepted behavior should be like this example https://splidejs.com/extensions/auto-scroll/

  • splide scroll without stopping.
  • splide should continue to scroll after interaction.
@RAHUL1115 RAHUL1115 added the bug Something isn't working label Mar 7, 2022
@NaotoshiFujita
Copy link
Contributor

I didn't see any issue on your example. Maybe your are looking for type: 'loop'?

new Splide( '.splide', {
  type: 'loop',
} );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants