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
Is it possible to add a parameter to mdc_swipe: method ?
Would be great to set an animation speed value for the programmatically swipe.
The current animation is way too fast.
The text was updated successfully, but these errors were encountered:
Hi,
could this be done with the method self.frontCardView.mdc_swipeToChooseSetup(swipingOptions: MDCSwipeOptions). Among others, MDCSwipeOptions has a property swipeAnimationDuration which suggests to exactly that.
Unfortunately, I tried the following code (with MDCSwipeToChoose version 0.2.3) with any effect on mdc_swipe speed:
Hi !
Is it possible to add a parameter to
mdc_swipe:
method ?Would be great to set an animation speed value for the programmatically swipe.
The current animation is way too fast.
The text was updated successfully, but these errors were encountered: