Table of Contents

Class SineEaseOut

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

Eases out a double value using the quarter-wave of sine function with shifted phase.

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

Constructors

SineEaseOut()

public SineEaseOut()

Methods

Ease(double)

Returns the value of the transition for the specified progress.

public override double Ease(double progress)

Parameters

progress double

Returns

double