[]
Stores animation options.
public class AnimationOptions : INotifyPropertyChanged
Name | Description |
---|---|
AnimationOptions() |
Name | Description |
---|---|
Duration | Gets or sets the animation duration. |
Easing | Gets or sets the animation easing. |
FPS | Gets or sets animation FPS (frame per second). |
Type | Gets or sets the animation type. |
Name | Description |
---|---|
OnPropertyChanged(string) | Called when property was changed. |
Name | Description |
---|---|
PropertyChanged | Fires when property value was changed. |