'Declaration Public Enum EasingFunctionType Inherits System.Enum
public enum EasingFunctionType : System.Enum
Member | Description |
---|---|
BounceEase | The animation simulates a bouncing effect. |
CircleEase | The animation is controlled by a circular function. |
CubicEase | The animation accelerates using a formula where the time is raised to the power of 3. |
CustomEase | The animation is controlled by a custom user-provided function. |
None | The animation will be played without using any easing functions. |
QuadricEase | The animation accelerates using a formula where the time is raised to the power of 2. |
QuarticEase | The animation accelerates using a formula where the time is raised to the power of 4. |
QuinticEase | The animation accelerates using a formula where the time is raised to the power of 5. |
SineEase | The animation completes once, then it is reversed and completed once again. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2