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
Hi, I would like use VegaScroll in user-disabled mode and call action on button press to scroll to the next index. It all works fine, only problem is, that the animation is too fast and it doesn't look that great.
I found only one way to control it in viewDidLoad method: collectionView.decelerationRate = UIScrollViewDecelerationRateNormal
But that doesn't quite do the trick. Is there a way to control the speed of scroll animation directly in VegaScroll class?
Thank you
The text was updated successfully, but these errors were encountered:
Hi, I would like use VegaScroll in user-disabled mode and call action on button press to scroll to the next index. It all works fine, only problem is, that the animation is too fast and it doesn't look that great.
I found only one way to control it in viewDidLoad method:
collectionView.decelerationRate = UIScrollViewDecelerationRateNormal
But that doesn't quite do the trick. Is there a way to control the speed of scroll animation directly in VegaScroll class?
Thank you
The text was updated successfully, but these errors were encountered: