Linear Class
Definition
Section titled “Definition”[DataContract]public class Linear : EasingBaseInheritance object → EasingBase
Constructors
Section titled “Constructors”Linear()
Section titled “Linear()”public Linear()Methods
Section titled “Methods”Ease(double, double, double, double)
Section titled “Ease(double, double, double, double)”Called to apply an easing function to the value.
public override double Ease(double time, double startingValue, double currentValue, double duration)Parameters
Section titled “Parameters”time double
startingValue double
The starting value.
currentValue double
duration double
Returns
Section titled “Returns”double
A calculated value.