beginFromCurrentState
The option to start an animation from the current setting associated with an already in-flight animation.
Declaration
static var beginFromCurrentState: UIView.KeyframeAnimationOptions { get }Discussion
If this option isn’t present, any in-flight animations are allowed to finish before the new animation is started. If another animation isn’t in flight, this option has no effect.