AnimationDelegate
public protocol AnimationDelegate : AnyObject
A delegate for animation events.
-
Called after the state of an animation changes.
Declaration
Swift
func onAnimationStateChanged(state: AnimationState)Parameters
stateThe animation changed to this state.