C# Class Ensage.Common.Menu.Transitions.ExpoEaseInOut

The expo ease in out.
Inheritance: Transition
Show file Open project: EnsageSharp/Ensage.Common

Public Methods

Method Description
Equation ( double t, double b, double c, double d ) : double

The equation.

ExpoEaseInOut ( double duration ) : System

Initializes a new instance of the ExpoEaseInOut class.

Method Details

Equation() public method

The equation.
public Equation ( double t, double b, double c, double d ) : double
t double /// The t. ///
b double /// The b. ///
c double /// The c. ///
d double /// The d. ///
return double

ExpoEaseInOut() public method

Initializes a new instance of the ExpoEaseInOut class.
public ExpoEaseInOut ( double duration ) : System
duration double /// The duration. ///
return System