machadogj / react-native-carousel-control

React Native Carousel control with support for iOS and Android
MIT License
247 stars 55 forks source link

Change the speed #12

Open robertmylne opened 7 years ago

robertmylne commented 7 years ago

Hey there, great plugin. It works really well. Is there anyway I can change the speed at which it snaps the the nearest card?

machadogj commented 7 years ago

hi @robertmylne not that I know of, here's how I'm moving to the closest card:

https://github.com/machadogj/react-native-carousel-control/blob/master/index.js#L103

There might be some new additions to the scrollTo since I did it. I'll check it out when I have some time.