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
After the cards swipe, even though the animation is actually done, it doesn't allow yo to click on the other card, because the swipe method on line 622 of KolodaView, is passing the delegates only if !animationSemaphore.isAnimating.
Could it be possibile to pass an attribute for disabling this?
The text was updated successfully, but these errors were encountered:
After the cards swipe, even though the animation is actually done, it doesn't allow yo to click on the other card, because the swipe method on line 622 of KolodaView, is passing the delegates only if !animationSemaphore.isAnimating.
Could it be possibile to pass an attribute for disabling this?
The text was updated successfully, but these errors were encountered: