Kinetic icon indicating copy to clipboard operation
Kinetic copied to clipboard

User interaction while animating

Open Dliix66 opened this issue 7 years ago • 1 comments

While animating a UIView, user interaction is disabled. Could you please add an option to enable/disable user interaction while the animation is running (just like the UIViewAnimationOptions.allowUserInteraction option)?

The only way to get it done is to change TweenManager.swift line 90:

CATransaction.setDisableActions(false) // was true

I suggest adding the possiblity to change this without changing the pod itself.

Thank you

Dliix66 avatar Jul 25 '17 10:07 Dliix66

I'm currently wrapping up major refactoring for the 1.0 release and will look into making sure user interaction is working properly for that release soon.

u10int avatar Aug 06 '17 17:08 u10int