TweenScaleFunctions Fields |
The TweenScaleFunctions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CubicEaseIn |
A cubic (x^3) progress scale function that eases in.
|
![]() ![]() | CubicEaseInOut |
A cubic (x^3) progress scale function that eases in and out.
|
![]() ![]() | CubicEaseOut |
A cubic (x^3) progress scale function that eases out.
|
![]() ![]() | Linear |
A linear progress scale function.
|
![]() ![]() | QuadraticEaseIn |
A quadratic (x^2) progress scale function that eases in.
|
![]() ![]() | QuadraticEaseInOut |
A quadratic (x^2) progress scale function that eases in and out.
|
![]() ![]() | QuadraticEaseOut |
A quadratic (x^2) progress scale function that eases out.
|
![]() ![]() | QuarticEaseIn |
A quartic (x^4) progress scale function that eases in.
|
![]() ![]() | QuarticEaseInOut |
A quartic (x^4) progress scale function that eases in and out.
|
![]() ![]() | QuarticEaseOut |
A quartic (x^4) progress scale function that eases out.
|
![]() ![]() | QuinticEaseIn |
A quintic (x^5) progress scale function that eases in.
|
![]() ![]() | QuinticEaseInOut |
A quintic (x^5) progress scale function that eases in and out.
|
![]() ![]() | QuinticEaseOut |
A quintic (x^5) progress scale function that eases out.
|
![]() ![]() | SineEaseIn |
A sine progress scale function that eases in.
|
![]() ![]() | SineEaseInOut |
A sine progress scale function that eases in and out.
|
![]() ![]() | SineEaseOut |
A sine progress scale function that eases out.
|