Skip to content

Bounce Class

C#
[DataContract]
public class Bounce : EasingBase

Inheritance objectEasingBase

C#
public Bounce()

Called to apply an easing function to the value.

C#
public override double Ease(double time, double startingValue, double currentValue, double duration)

time double

startingValue double
The starting value.

currentValue double

duration double

double
A calculated value.