Class EasingFunctionFactroy
说明:https://docs.microsoft.com/zh-cn/dotnet/framework/wpf/graphics-multimedia/easing-functions
public static class EasingFunctionFactroy
- Inheritance
-
EasingFunctionFactroy
- Inherited Members
Properties
BackEase
BackEase:略微收回动画的动作,然后再开始进行动画处理指示的路径中。
public static BackEase BackEase { get; set; }
Property Value
BounceEase
BounceEase:创建弹跳效果。
public static BounceEase BounceEase { get; set; }
Property Value
CircleEase
CircleEase:创建加速和/或减速使用循环函数的动画。
public static CircleEase CircleEase { get; set; }
Property Value
CubicEase
CubicEase:创建加速和/或减速使用的公式的动画f(t) = t3。
public static CubicEase CubicEase { get; set; }
Property Value
ElasticEase
ElasticEase:创建类似于弹簧来回直到静止的动画
public static ElasticEase ElasticEase { get; set; }
Property Value
ExponentialEase
ExponentialEase:创建加速和/或减速使用指数公式的动画。
public static ExponentialEase ExponentialEase { get; set; }
Property Value
PowerEase
PowerEase:创建加速和/或减速使用的公式的动画f(t) = tp其中 p 等于Power属性。
public static PowerEase PowerEase { get; set; }
Property Value
QuadraticEase
QuadraticEase:创建加速和/或减速使用的公式的动画f(t) = t2。
public static QuadraticEase QuadraticEase { get; set; }
Property Value
QuarticEase
QuarticEase:创建加速和/或减速使用的公式的动画f(t) = t4。
public static QuarticEase QuarticEase { get; set; }
Property Value
QuinticEase
QuinticEase:创建加速和/或减速使用的公式的动画f(t) = t5。
public static QuinticEase QuinticEase { get; set; }
Property Value
SineEase
SineEase:创建加速和/或减速使用正弦公式的动画。
public static SineEase SineEase { get; set; }