Share via


CAAnimationDelegate_Extensions.AnimationStopped Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void AnimationStopped(this CoreAnimation.ICAAnimationDelegate This, CoreAnimation.CAAnimation anim, bool finished);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member AnimationStopped : CoreAnimation.ICAAnimationDelegate * CoreAnimation.CAAnimation * bool -> unit

Parameters

anim
CAAnimation

To be added.

This parameter can be null.

finished
Boolean
Attributes

Applies to