Animator<T> |
Base class for Animator<T> objects
|
BaseBrushAnimator |
Animator that handles all animations on properties
with IBrush as their type and
redirect them to the properly registered
animators in this class.
|
BoolAnimator |
Animator that handles bool properties.
|
BoxShadowAnimator |
|
BoxShadowsAnimator |
|
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 short properties.
|
Int32Animator |
Animator that handles int properties.
|
Int64Animator |
Animator that handles long properties.
|
ISolidColorBrushAnimator |
Animator that handles SolidColorBrush values.
|
PointAnimator |
Animator that handles Point properties.
|
RectAnimator |
Animator that handles Rect properties.
|
SizeAnimator |
Animator that handles Size properties.
|
SolidColorBrushAnimator |
|
ThicknessAnimator |
Animator that handles Thickness properties.
|
TransformAnimator |
Animator that handles Transform properties.
|
TransformOperationsAnimator |
|
UInt16Animator |
Animator that handles ushort properties.
|
UInt32Animator |
Animator that handles uint properties.
|
UInt64Animator |
Animator that handles ulong properties.
|
VectorAnimator |
Animator that handles Vector properties.
|