Table of Contents

Class CircularEaseIn

Namespace
Avalonia.Animation.Easings
Assembly
Avalonia.Base.dll

Eases in a double value using the shifted fourth quadrant of the unit circle.

public class CircularEaseIn : Easing, IEasing
Inheritance
CircularEaseIn
Implements
Inherited Members

Constructors

CircularEaseIn()

public CircularEaseIn()

Methods

Ease(double)

Returns the value of the transition for the specified progress.

public override double Ease(double p)

Parameters

p double

Returns

double