C# Class SilverlightFX.UserInterface.Glitz.ElasticInterpolation

Represents an elastic easing interpolation that introduces spring-like start and finish animation.
Inheritance: System.Windows.Media.Glitz.EasingInterpolation
Afficher le fichier Open project: nikhilk/silverlightfx

Méthodes publiques

Méthode Description
ElasticInterpolation ( ) : System

Initializes an instance of a ElasticInterpolation.

Méthodes protégées

Méthode Description
InterpolateIn ( double t ) : double
InterpolateOut ( double t ) : double

Method Details

ElasticInterpolation() public méthode

Initializes an instance of a ElasticInterpolation.
public ElasticInterpolation ( ) : System
Résultat System

InterpolateIn() protected méthode

protected InterpolateIn ( double t ) : double
t double
Résultat double

InterpolateOut() protected méthode

protected InterpolateOut ( double t ) : double
t double
Résultat double