Ease Method
Collapse the table of content
Expand the table of content

IEasingFunction.Ease Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Transforms normalized time to control the pace of an animation.

Namespace:  System.Windows.Media.Animation
Assembly:  System.Windows (in System.Windows.dll)

'Declaration
Function Ease ( _
	normalizedTime As Double _
) As Double

Parameters

normalizedTime
Type: System.Double
Normalized time (progress) of the animation.

Return Value

Type: System.Double
The transformed progress.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft