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
0.7.12
This is my Splide component with options:
<Splide options={{ perPage: 1, perMove: 1, autoWidth: true, gap: 16, arrows: false, pagination: true, focus: 'center', flickMaxPages: 1, flickPower: 1, drag: true, snap: true, }} >
Now if i scroll real fast/flick it skips a lot of slides and does not only flick 1 slide at the time.
No response
have 3 or more items in basic slide configuration and flick real fast
it should only go one slide at a time
The text was updated successfully, but these errors were encountered:
got a quick demo + code https://codesandbox.io/s/pedantic-cookies-kpprl2?file=/src/index.tsx
Sorry, something went wrong.
same problem here. any approaches?
Playing around with the Flickpower solved it for me. 600 is the default flickPower for anyone wondering. flickMaxPages defaults to 1 anyways.
No branches or pull requests
Checks
Version
0.7.12
Description
This is my Splide component with options:
Now if i scroll real fast/flick it skips a lot of slides and does not only flick 1 slide at the time.
Reproduction Link
No response
Steps to Reproduce
have 3 or more items in basic slide configuration and flick real fast
Expected Behaviour
it should only go one slide at a time
The text was updated successfully, but these errors were encountered: