Is there a way to set scrollBy animation duration?
I don't think it's possible. Swiper.scrollBy just calls ScrollView.scrollTo who's animation speed is not configurable.
Swiper.scrollBy
ScrollView.scrollTo
+1
Any idea if I can set the duration of the animation to the next screen?
Most helpful comment
I don't think it's possible.
Swiper.scrollByjust callsScrollView.scrollTowho's animation speed is not configurable.