AnimationType
public protocol AnimationType
Defines and Animation object.
-
Starts the animation.
Declaration
Swift
func startAnimation(completion: ((Bool) -> Void)?)Parameters
completioncompletion handler for when the animation has finished.
AnimationType Protocol Reference