Table of Contents

Class EasingFunctionFactroy

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Service.Animation.dll

说明: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

BackEase

BounceEase

BounceEase:创建弹跳效果。

public static BounceEase BounceEase { get; set; }

Property Value

BounceEase

CircleEase

CircleEase:创建加速和/或减速使用循环函数的动画。

public static CircleEase CircleEase { get; set; }

Property Value

CircleEase

CubicEase

CubicEase:创建加速和/或减速使用的公式的动画f(t) = t3。

public static CubicEase CubicEase { get; set; }

Property Value

CubicEase

ElasticEase

ElasticEase:创建类似于弹簧来回直到静止的动画

public static ElasticEase ElasticEase { get; set; }

Property Value

ElasticEase

ExponentialEase

ExponentialEase:创建加速和/或减速使用指数公式的动画。

public static ExponentialEase ExponentialEase { get; set; }

Property Value

ExponentialEase

PowerEase

PowerEase:创建加速和/或减速使用的公式的动画f(t) = tp其中 p 等于Power属性。

public static PowerEase PowerEase { get; set; }

Property Value

PowerEase

QuadraticEase

QuadraticEase:创建加速和/或减速使用的公式的动画f(t) = t2。

public static QuadraticEase QuadraticEase { get; set; }

Property Value

QuadraticEase

QuarticEase

QuarticEase:创建加速和/或减速使用的公式的动画f(t) = t4。

public static QuarticEase QuarticEase { get; set; }

Property Value

QuarticEase

QuinticEase

QuinticEase:创建加速和/或减速使用的公式的动画f(t) = t5。

public static QuinticEase QuinticEase { get; set; }

Property Value

QuinticEase

SineEase

SineEase:创建加速和/或减速使用正弦公式的动画。

public static SineEase SineEase { get; set; }

Property Value

SineEase