Skip to content

User interaction while animating #32

Description

@Dliix66

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions