Expo Class
Definition
Section titled “Definition”[DataContract]public class Expo : EasingBaseInheritance object → EasingBase
Constructors
Section titled “Constructors”Expo()
Section titled “Expo()”public Expo()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.