SineEaseIn Class

Summary

Eases in a double value using the quarter-wave of sine function.
Namespace
Avalonia.Animation.Easings
Interfaces
Base Types
SineEaseIn
object

Syntax

public class SineEaseIn : 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