CAAnimationDelegate.AnimationStopped(CAAnimation, Boolean) Method

Definition

The animation has stopped. Use the bool value to determine if this is a temporary pause, or the end of the animation.

[Foundation.Export("animationDidStop:finished:")]
public virtual void AnimationStopped (CoreAnimation.CAAnimation anim, bool finished);
abstract member AnimationStopped : CoreAnimation.CAAnimation * bool -> unit
override this.AnimationStopped : CoreAnimation.CAAnimation * bool -> unit

Parameters

anim
CAAnimation

To be added.

This parameter can be null.

finished
Boolean
Attributes

Applies to