rcbyr / keen-slider

The HTML touch slider carousel with the most native feeling you will get.

Home Page:https://keen-slider.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I wonder why there's such a blank area

ZQsleeping opened this issue · comments

commented

6e06c0c9fc9b21c41ce6f99c146f394
I use this in react native,and this is my code.

const slider = useKeenSliderNative({ // loop: true, mode: 'free', slides: { number: list.length, spacing: 16 } })

And I have another question: I set 'loop' to true. When I draw a blank area, it will suddenly generate a rosette picture, this effect is very bad, how to solve it