Class | Summary |
---|---|
Animatable | Base class for all animatable objects. |
Animation | Tracks the progress of an animation. |
AnimatorKeyFrame | Defines a KeyFrame that is used for Animator objects. |
Clock | |
ClockBase | |
CornerRadiusTransition | Transition class that handles AvaloniaProperty with CornerRadius type. |
CrossFade | Defines a cross-fade animation between two IVisual s. |
CueTypeConverter | |
DoubleTransition | Transition class that handles AvaloniaProperty with double types. |
FloatTransition | Transition class that handles AvaloniaProperty with float types. |
IntegerTransition | Transition class that handles AvaloniaProperty with int types. |
IterationCountTypeConverter | |
KeyFrame | Stores data regarding a specific key point and value in an animation. |
KeyFrames | A collection of KeyFrame s. |
PageSlide | Transitions between two pages by sliding them horizontally. |
PointTransition | Transition class that handles AvaloniaProperty with Point type. |
RenderLoopClock | |
SizeTransition | Transition class that handles AvaloniaProperty with Size type. |
ThicknessTransition | Transition class that handles AvaloniaProperty with Thickness type. |
Transition<T> | Defines how a property should be animated using a transition. |
Transitions | A collection of ITransition definitions. |
VectorTransition | Transition class that handles AvaloniaProperty with Vector type. |
Enum | Summary |
---|---|
FillMode | |
IterationType | Defines the valid modes for a IterationCount . |
PlaybackDirection | Determines the playback direction of an animation. |
PlayState | Determines the playback state of an animation. |
Interface | Summary |
---|---|
IAnimation | Interface for Animation objects |
IAnimationSetter | |
IAnimator | Interface for Animator objects |
IClock | |
IGlobalClock | |
IPageTransition | Interface for animations that transition between two pages. |
ITransition | Interface for Transition objects. |
Struct | Summary |
---|---|
Cue | Determines the time index for a KeyFrame . |
IterationCount | Determines the number of iterations of an animation. Also defines its repeat behavior. |
Namespace | Summary |
---|---|
Avalonia.Animation.Animators | |
Avalonia.Animation.Easings |