CAAnimationDelegate.AnimationStopped(CAAnimation, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- finished
- Boolean
- Attributes