updateInteractiveTransition(_:)
Updates the completion percentage of the transition.
Declaration
func updateInteractiveTransition(_ percentComplete: CGFloat)Discussion
While tracking user events, gesture recognizers or your interactive animator objects should call this method regularly to update the progress toward completing the transition. If, during tracking, the interactions cross a threshold that you consider signifies the completion or cancellation of the transition, stop tracking events and call the finishInteractiveTransition() or cancelInteractiveTransition() method.