| LogarithmicEaseEaseIn Method |
Evaluates the easing function.
Namespace: DigitalRune.Animation.EasingAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax protected override float EaseIn(
float normalizedTime
)
Protected Overrides Function EaseIn (
normalizedTime As Single
) As Single
protected:
virtual float EaseIn(
float normalizedTime
) override
abstract EaseIn :
normalizedTime : float32 -> float32
override EaseIn :
normalizedTime : float32 -> float32
Parameters
- normalizedTime
- Type: SystemSingle
The normalized time.
Return Value
Type:
SingleThe current progress of the transition.
See Also