VectSharp 2.6.1
A light library for C# vector graphics
|
Describes a function used to transform the transition speed. More...
Public Member Functions | |
double | Ease (double value) |
Applies the easing to the specified transition offset. More... | |
Describes a function used to transform the transition speed.
Definition at line 1247 of file Animation.cs.
double VectSharp.IEasing.Ease | ( | double | value | ) |
Applies the easing to the specified transition offset.
value | The transition offset (ranging from 0 to 1). |
Implemented in VectSharp.SplineEasing, and VectSharp.LinearEasing.