Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 4.21 KB

avalonia-ui-framework-2.md

File metadata and controls

30 lines (26 loc) · 4.21 KB

Avalonia.Animation.Animators

Avalonia.Animation.Animators Namespace

Class Types

Class Summary
Animator<T> Base class for Animator objects
BoolAnimator Animator that handles bool properties.
ByteAnimator Animator that handles byte properties.
ColorAnimator Animator that interpolates Color through gamma sRGB color space for better visual result.
CornerRadiusAnimator Animator that handles CornerRadius properties.
DecimalAnimator Animator that handles System.Decimal properties.
DoubleAnimator Animator that handles double properties.
FloatAnimator Animator that handles float properties.
Int16Animator Animator that handles System.Int16 properties.
Int32Animator Animator that handles int properties.
Int64Animator Animator that handles long properties.
PointAnimator Animator that handles Point properties.
RectAnimator Animator that handles Rect properties.
SizeAnimator Animator that handles Size properties.
SolidColorBrushAnimator Animator that handles SolidColorBrush.
ThicknessAnimator Animator that handles Thickness properties.
TransformAnimator Animator that handles Transform properties.
UInt16Animator Animator that handles ushort properties.
UInt32Animator Animator that handles System.UInt32 properties.
UInt64Animator Animator that handles ulong properties.
VectorAnimator Animator that handles Vector properties.