Click or drag to resize
DigitalRuneEasingFunctionEase Method
Determines the current progress of a transition.

Namespace: DigitalRune.Animation.Easing
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public float Ease(
	float normalizedTime
)

Parameters

normalizedTime
Type: SystemSingle
The normalized time of the transition. (0 represents the start and 1 represents the end of the transition.)

Return Value

Type: Single
The current progress of the transition. (0 represents the start and 1 represents the end of the transition.)

Implements

IEasingFunctionEase(Single)
Exceptions
ExceptionCondition
InvalidAnimationException Invalid enumeration value set in property Mode.
See Also