Click or drag to resize
DigitalRuneCircleEaseEaseIn Method
Evaluates the easing function.

Namespace: DigitalRune.Animation.Easing
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
protected override float EaseIn(
	float normalizedTime
)

Parameters

normalizedTime
Type: SystemSingle
The normalized time.

Return Value

Type: Single
The current progress of the transition.
See Also