beginFromCurrentState
Start the animation from the current setting associated with an already in-flight animation.
Declaration
static var beginFromCurrentState: UIView.AnimationOptions { get }Discussion
If this key is not present, all in-flight animations are allowed to finish before the new animation is started. If another animation is not in flight, this key has no effect.