Summary
Eases in a
double
value
using a overshooting cubic function.
- Namespace
- Avalonia
.Animation .Easings - Interfaces
- Base Types
-
- object
- Easing
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["BackEaseIn"]
class Type type-node
Syntax
public class BackEaseIn : Easing, IEasing
Methods
Name | Value | Summary |
---|---|---|
Ease |
double |
Returns the value of the transition for the specified progress.
|
Parse |
Easing |
Parses a Easing type string.
Inherited from Easing
static
|