CompositionEasingFunctionMode Enum

Definition

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

public enum class CompositionEasingFunctionMode
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.LiftedContract, 65536)]
enum class CompositionEasingFunctionMode
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
enum class CompositionEasingFunctionMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
public enum CompositionEasingFunctionMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum CompositionEasingFunctionMode
var value = Microsoft.UI.Composition.CompositionEasingFunctionMode.in
Public Enum CompositionEasingFunctionMode
Inheritance
CompositionEasingFunctionMode
Attributes

Fields

In 0

Interpolation follows the mathematical formula associated with the easing function.

InOut 2

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

Out 1

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

Applies to