AnimationSettingKind Enum
Specifies an animation setting.
public enum AnimationSettingKind
Fields
Name | Description |
---|---|
BrushChangeDuration | The TimeSpan duration of a brush change animation. |
BrushChangeEasing | The Avalonia.Animation.Easings.Easing of a brush change animation. |
EmphasizedEnterDuration | The TimeSpan duration of an emphasized (slow decelerate) animation for a visual entering the UI. |
EmphasizedEnterEasing | The Avalonia.Animation.Easings.Easing of an emphasized (slow decelerate) animation for a visual entering the UI. |
EmphasizedExitDuration | The TimeSpan duration of an emphasized (slow accelerate) animation for a visual exiting the UI. |
EmphasizedExitEasing | The Avalonia.Animation.Easings.Easing of an emphasized (slow accelerate) animation for a visual exiting the UI. |
EmphasizedMoveDuration | The TimeSpan duration of an emphasized (slow) animation for a visual moving within the UI. |
EmphasizedMoveEasing | The Avalonia.Animation.Easings.Easing of an emphasized (slow) animation for a visual moving within the UI. |
IndeterminateProgressDuration | The TimeSpan duration of an animation for an indeterminate progress bar. |
PopEasing | The Avalonia.Animation.Easings.Easing of a pop animation for a visual entering or exiting the UI. |
StandardEnterDuration | The TimeSpan duration of a standard (medium decelerate) animation for a visual entering the UI. |
StandardEnterEasing | The Avalonia.Animation.Easings.Easing of a standard (medium decelerate) animation for a visual entering the UI. |
StandardExitDuration | The TimeSpan duration of a standard (medium accelerate) animation for a visual exiting the UI. |
StandardExitEasing | The Avalonia.Animation.Easings.Easing of a standard (medium accelerate) animation for a visual exiting the UI. |
StandardMoveDuration | The TimeSpan duration of a standard (medium) animation for a visual moving within the UI. |
StandardMoveEasing | The Avalonia.Animation.Easings.Easing of a standard (medium) animation for a visual moving within the UI. |
SubtleAnimationDuration | The TimeSpan duration of a subtle (fast) animation for a visual change in the UI. |
ValueChangeDuration | The TimeSpan duration of a value change animation. |
ValueChangeEasing | The Avalonia.Animation.Easings.Easing of a value change animation. |
VerySubtleAnimationDuration | The TimeSpan duration of a very subtle (very fast) animation for a visual change in the UI. |