C# Class ControlTiltEffect.TiltEffect.LogarithmicEase

Provides an easing function for the tilt return
Inheritance: System.Windows.Media.Animation.EasingFunctionBase
Show file Open project: thankcreate/Care

Protected Methods

Method Description
EaseInCore ( double normalizedTime ) : double

Computes the easing function

Method Details

EaseInCore() protected method

Computes the easing function
protected EaseInCore ( double normalizedTime ) : double
normalizedTime double The time
return double