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
Mostra file Open project: nikhilk/silverlightfx

Public Methods

Method Description
BounceInterpolation ( ) : System

Initializes an instance of a BounceInterpolation.

Protected Methods

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

Method Details

BounceInterpolation() public method

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