EasingFunctionBase.EasingMode Property

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

Gets or sets a value that specifies how the animation interpolates.

Namespace:  System.Windows.Media.Animation
Assembly:  System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

Public Property EasingMode As EasingMode
public EasingMode EasingMode { get; set; }
<easingFunction EasingMode="easingMode"/>

XAML Values

  • easingFunction
    An object element for a type that derives from EasingFunctionBase.

  • easingMode
    A named constant of the EasingMode enumeration, such as EaseIn.

Property Value

Type: System.Windows.Media.Animation..::.EasingMode
One of the enumeration values that specifies how the animation interpolates. The default is EaseOut.

Remarks

Dependency property identifier field: EasingModeProperty

The following graphs demonstrate the different values of EasingMode, where f(t) represents the animation progress and t represents time.

BackEase

BounceEase

CircleEase

CubicEase

ElasticEase

ExponentialEase

QuadraticEase

QuarticEase

QuinticEase

SineEase

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

EasingFunctionBase Class

System.Windows.Media.Animation Namespace