Easing Class
This page contains documentation for advanced Fuse features, so we have
taken the liberty to tick the "Show advanced things" checkbox above for
you in advance to be able to provide you with some additional information.
Represents an easing function, and contains common easing functions.
Easing functions map an otherwise linear motion into a different curve type, typically desired to make animations look more natural or expressive. Easing is available as a property on most animators, such as Change, Move, Rotate and Scale.
Location
- Namespace
- Fuse.Animations
- Package
- Fuse.Common 2.9.1
Interface of Easing
BackInOut : Easing uno
BackOut : Easing uno
BounceIn : Easing uno
BounceInOut : Easing uno
BounceOut : Easing uno
CircularIn : Easing uno
CircularInOut : Easing uno
CircularOut : Easing uno
CubicIn : Easing uno
CubicInOut : Easing uno
CubicOut : Easing uno
Easing Constructor uno
Creates a new Easing
ElasticIn : Easing uno
ElasticInOut : Easing uno
ElasticOut : Easing uno
ExponentialIn : Easing uno
ExponentialInOut : Easing uno
ExponentialOut : Easing uno
Linear : Easing uno
Map(double) : double uno
Computes the mapped easing value.