Skip to content

Instantly share code, notes, and snippets.

@sgl0v
Last active June 21, 2020 15:45
Show Gist options
  • Save sgl0v/5c825bbe252538076349b25b66aecff2 to your computer and use it in GitHub Desktop.
Save sgl0v/5c825bbe252538076349b25b66aecff2 to your computer and use it in GitHub Desktop.
private func continueInteractiveTransition(cancel: Bool) {
if cancel {
runningAnimators.reverse()
state = !state
}
runningAnimators.continueAnimations()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment