New to Telerik UI for WPFStart a free 30-day trial

Represents an easing function that creates an animation that accelerates and/or decelerates using a circular function.

Definition

Namespace:Telerik.Windows.Controls.Animation

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public class CircleEase : EasingFunctionBase, IEasingFunction

Inheritance: objectEasingFunctionBaseCircleEase

Implements: IEasingFunction

Inherited Members EasingFunctionBase.EasingModePropertyEasingFunctionBase.EasingMode

Constructors

C#
public CircleEase()

Methods

Transforms normalized time to control the pace of an animation.

C#
public double Ease(double normalizedTime)
Parameters:normalizedTimedoubleReturns:

double