Interface IEasing
Defines the interface for easing classes.
[NotClientImplementable]
public interface IEasing
Methods
Ease(double)
Returns the value of the transition for the specified progress.
double Ease(double progress)
Parameters
progress
double