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

The elastic ease in out.
Inheritance: Transition
Afficher le fichier Open project: EnsageSharp/Ensage.Common

Méthodes publiques

Méthode Description
ElasticEaseInOut ( double duration ) : System

Initializes a new instance of the ElasticEaseInOut class.

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

The equation.

Method Details

ElasticEaseInOut() public méthode

Initializes a new instance of the ElasticEaseInOut class.
public ElasticEaseInOut ( double duration ) : System
duration double /// The duration. ///
Résultat System

Equation() public méthode

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. ///
Résultat double