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
Exibir arquivo Open project: nikhilk/silverlightfx

Public Methods

Method Description
ElasticInterpolation ( ) : System

Initializes an instance of a ElasticInterpolation.

Protected Methods

Method Description
InterpolateIn ( double t ) : double
InterpolateOut ( double t ) : double

Method Details

ElasticInterpolation() public method

Initializes an instance of a ElasticInterpolation.
public ElasticInterpolation ( ) : System
return System

InterpolateIn() protected method

protected InterpolateIn ( double t ) : double
t double
return double

InterpolateOut() protected method

protected InterpolateOut ( double t ) : double
t double
return double