CircularEaseOut Class

Summary

Eases out a double value using the shifted second quadrant of the unit circle.
Namespace
Avalonia.Animation.Easings
Interfaces
Base Types
graph BT Type-->Base0["Easing"] click Base0 "/api/Avalonia.Animation.Easings/Easing" Base0-->Base1["object"] Type-.->Interface0["IEasing"] click Interface0 "/api/Avalonia.Animation.Easings/IEasing" Type["CircularEaseOut"] class Type type-node

Syntax

public class CircularEaseOut : Easing, IEasing

Methods

Name Value Summary
Ease(double) double
Returns the value of the transition for the specified progress.
Parse(string) Easing
Parses a Easing type string.
Inherited from Easing
static