Delen via


CompositionEasingFunctionMode Enum

Definition

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

public enum class CompositionEasingFunctionMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 786432)]
enum class CompositionEasingFunctionMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 786432)]
public enum CompositionEasingFunctionMode
Public Enum CompositionEasingFunctionMode
Inheritance
CompositionEasingFunctionMode
Attributes

Windows requirements

Device family
Windows 10, version 2104 (introduced in 10.0.20348.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v12.0)

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 In for the first half of the animation and Out for the second half.

Applies to