You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2018. It is now read-only.
Is there any chance to modify rn-carousel-duration value for swipe slide change only? My application uses slightly high value of rn-carousel-duration about 2.5sec which mess up swiping through slides because animation is forced to change slide for whole duration time. I've found the way to fix it by modifying angular-carousel lib itself but I don't want to have modified library inside my code. Is there any way to pass some callback methods or add custom events to carousel lib to manipulate values of transition duration?
Is there any chance to modify rn-carousel-duration value for swipe slide change only? My application uses slightly high value of rn-carousel-duration about 2.5sec which mess up swiping through slides because animation is forced to change slide for whole duration time. I've found the way to fix it by modifying angular-carousel lib itself but I don't want to have modified library inside my code. Is there any way to pass some callback methods or add custom events to carousel lib to manipulate values of transition duration?
Here is some fiddle so you can see my problem: http://jsfiddle.net/b2hsnyso/
The text was updated successfully, but these errors were encountered: