Skip to main content

Avalonia.Rendering.Composition.Animations Namespace

Classes

CompositionAnimationThis is the base class for ExpressionAnimation and KeyFrameAnimation.
CompositionAnimationGroup 
ExpressionAnimationA Composition Animation that uses a mathematical equation to calculate the value for an animating property every frame.
ImplicitAnimationCollectionA collection of animations triggered when a condition is met.
KeyFrameAnimationA 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.

Interfaces

ICompositionAnimationBaseBase class for composition animations.

Enumerations

AnimationDelayBehaviorSpecifies the animation delay behavior.
AnimationIterationBehaviorSpecifies if the animation should loop.
AnimationStopBehaviorSpecifies the behavior of an animation when it stops.