Class CircleEase
Represents an easing function that creates an animation that accelerates and/or decelerates using a circular function.
Namespace: Telerik.Windows.Controls.Animation
Assembly: Telerik.Windows.Controls.dll
Syntax
public class CircleEase : EasingFunctionBase, IEasingFunction
Constructors
CircleEase()
Declaration
public CircleEase()
Methods
Ease(Double)
Transforms normalized time to control the pace of an animation.
Declaration
public double Ease(double normalizedTime)
Parameters
System.Double
normalizedTime
|
Returns
System.Double
|