Class ColorAnimation
- Namespace
- AlohaKit.Animations
- Assembly
- AlohaKit.Animations.dll
The ColorAnimation is designed to animate a transition between colors within a user interface.
public class ColorAnimation : AnimationBase, INotifyPropertyChanged
- Inheritance
-
ColorAnimation
- Implements
- Inherited Members
Fields
ToColorProperty
public static readonly BindableProperty ToColorProperty
Field Value
Properties
ToColor
public Color ToColor { get; set; }
Property Value
Methods
BeginAnimation()
protected override Task BeginAnimation()