C# Class SilverlightFX.UserInterface.Glitz.BounceInterpolation

Represents a bounce easing interpolation that starts the animation bouncing or ends the animation bouncing.
Inheritance: System.Windows.Media.Glitz.EasingInterpolation
Afficher le fichier Open project: nikhilk/silverlightfx

Méthodes publiques

Méthode Description
BounceInterpolation ( ) : System

Initializes an instance of a BounceInterpolation.

Méthodes protégées

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

Method Details

BounceInterpolation() public méthode

Initializes an instance of a BounceInterpolation.
public BounceInterpolation ( ) : 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