Table of Contents

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

BindableProperty

Properties

ToColor

public Color ToColor { get; set; }

Property Value

Color

Methods

BeginAnimation()

protected override Task BeginAnimation()

Returns

Task