Table of Contents

Class BounceEaseInOut

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

Eases a double value using a piecewise simulated bounce function.

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

Constructors

BounceEaseInOut()

public BounceEaseInOut()

Methods

Ease(double)

Returns the value of the transition for the specified progress.

public override double Ease(double progress)

Parameters

progress double

Returns

double