rcbyr / keen-slider

The HTML touch slider carousel with the most native feeling you will get.
https://keen-slider.io/
MIT License
4.67k stars 214 forks source link

I wonder why there's such a blank area #401

Open ZQsleeping opened 8 months ago

ZQsleeping commented 8 months ago

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