CompositionEasingFunctionMode Enum

Definition

Defines constants that specify how the animation associated with an easing function interpolates.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
public enum CompositionEasingFunctionMode
C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum CompositionEasingFunctionMode
Inheritance
CompositionEasingFunctionMode
Attributes

Fields

Name Value Description
In 0

Interpolation follows the mathematical formula associated with the easing function.

Out 1

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

InOut 2

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

Applies to

Produkt Verzie
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6