CAAnimationDelegate_Extensions.AnimationStarted 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.
Method that is called when the specified animation starts.
public static void AnimationStarted (this CoreAnimation.ICAAnimationDelegate This, CoreAnimation.CAAnimation anim);
static member AnimationStarted : CoreAnimation.ICAAnimationDelegate * CoreAnimation.CAAnimation -> unit
Parameters
- This
- ICAAnimationDelegate
The instance on which this method operates.
- anim
- CAAnimation
The animation that started.