Yalantis/Koloda

Click inside the cards while animating

Opened this issue · 0 comments

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?