Summary
Functions based on equations with soft bounces.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["Easing.Elastic"]
class Type type-node
Syntax
public static class Easing.Elastic
Fields
| Name | Constant Value | Summary |
|---|---|---|
| TwoThirdsPi | 2.094395 |
2 / 3 * pistatic
|
Methods
| Name | Value | Summary |
|---|---|---|
| In |
float |
static
|
| In |
float |
A variant of
Animancer.Easing.Elastic.In(System.Single) with a custom range instead of 0 to 1.static
|
| InDerivative |
float |
Returns the derivative of
Animancer.Easing.Elastic.In(System.Single).static
|
| InDerivative |
float |
A variant of
Animancer.Easing.Elastic.InDerivative(System.Single) with a custom range instead of 0 to 1.static
|
| InOut |
float |
Interpolate using
Animancer.Easing.Elastic.In(System.Single) (0 to 0.5) or Animancer.Easing.Elastic.Out(System.Single) (0.5 to 1).static
|
| InOut |
float |
A variant of
Animancer.Easing.Elastic.InOut(System.Single) with a custom range instead of 0 to 1.static
|
| InOutDerivative |
float |
Returns the derivative of
Animancer.Easing.Elastic.InOut(System.Single).static
|
| InOutDerivative |
float |
A variant of
Animancer.Easing.Elastic.InDerivative(System.Single) with a custom range instead of 0 to 1.static
|
| Out |
float |
static
|
| Out |
float |
A variant of
Animancer.Easing.Elastic.Out(System.Single) with a custom range instead of 0 to 1.static
|
| OutDerivative |
float |
Returns the derivative of
Animancer.Easing.Elastic.Out(System.Single).static
|
| OutDerivative |
float |
A variant of
Animancer.Easing.Elastic.InDerivative(System.Single) with a custom range instead of 0 to 1.static
|