Table of Contents

Class SineEaseInOut

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

Eases a double value using a half sine wave function.

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

Constructors

SineEaseInOut()

public SineEaseInOut()

Methods

Ease(double)

Returns the value of the transition for the specified progress.

public override double Ease(double progress)

Parameters

progress double

Returns

double