dohooo / react-native-reanimated-carousel

🎠 React Native swiper/carousel component, fully implemented using reanimated v2, support to iOS/Android/Web. (Swiper/Carousel)
https://react-native-reanimated-carousel.vercel.app
MIT License
2.86k stars 329 forks source link

decelerationRate for scrolling #626

Open ayush-shta opened 5 months ago

ayush-shta commented 5 months ago

Is your feature request related to a problem? Please describe. With pagingEnabled false and snapEnabled true I need to decrease the sensitivity on how far and fast the items can scroll after user lifts the finger.

Describe the solution you'd like Something similar to decelerationRate prop we have for ScrollView?