EasingMode enumeration

This topic has not yet been rated - Rate this topic

Specifies how the animation associated with an easing function interpolates.

Syntax


public enum EasingMode


<object property="enumMemberName"/>

Attributes

VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The EasingMode enumeration has these members.

MemberValueDescription
EaseOut0

Interpolation follows 100% interpolation minus the output of the formula associated with the easing function.

EaseIn1

Interpolation follows the mathematical formula associated with the easing function.

EaseInOut2

Interpolation uses EaseIn for the first half of the animation and EaseOut for the second half.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Media.Animation
Windows::UI::Xaml::Media::Animation [C++]

Metadata

Windows.winmd

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.