📄️ AnimationDelayBehavior Enumeration
Specifies the animation delay behavior.
📄️ AnimationIterationBehavior Enumeration
Specifies if the animation should loop.
📄️ AnimationStopBehavior Enumeration
Specifies the behavior of an animation when it stops.
📄️ CompositionAnimation Class
This is the base class for ExpressionAnimation and KeyFrameAnimation.
📄️ CompositionAnimationGroup Class
Definition
📄️ ExpressionAnimation Class
A Composition Animation that uses a mathematical equation to calculate the value for an animating property every frame.
📄️ ICompositionAnimationBase Interface
Base class for composition animations.
📄️ ImplicitAnimationCollection Class
A collection of animations triggered when a condition is met.
📄️ KeyFrameAnimation Class
A time-based animation with one or more key frames. These frames are markers, allowing developers to specify values at specific times for the animating property. KeyFrame animations can be further customized by specifying how the animation interpolates between keyframes.