C# 클래스 Ensage.Common.Menu.Transitions.ElasticEaseInOut

The elastic ease in out.
상속: Transition
파일 보기 프로젝트 열기: EnsageSharp/Ensage.Common

공개 메소드들

메소드 설명
ElasticEaseInOut ( double duration ) : System

Initializes a new instance of the ElasticEaseInOut class.

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

The equation.

메소드 상세

ElasticEaseInOut() 공개 메소드

Initializes a new instance of the ElasticEaseInOut class.
public ElasticEaseInOut ( double duration ) : System
duration double /// The duration. ///
리턴 System

Equation() 공개 메소드

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. ///
리턴 double