|
class | EaseInCubic |
| Easein using the cubic function of time - Parameters
-
time | progress time |
duration | total time |
startValue | |
endValue | starting value |
More...
|
|
class | EaseInOutCubic |
| easeinout using cubic function of time - Parameters
-
time | progress time |
duration | total time |
startValue | |
endValue | starting value |
More...
|
|
class | EaseInOutQuad |
| easeinout using the quadratic function of time - Parameters
-
time | progress time |
duration | total time |
startValue | |
endValue | starting value |
More...
|
|
class | EaseInOutQuart |
| easeinout using the quartic function of time - Parameters
-
time | progress time |
duration | total time |
startValue | |
endValue | starting value |
More...
|
|
class | EaseInOutSine |
| easeinout with sine function - Parameters
-
time | progress time |
duration | total time |
startValue | |
endValue | starting value |
More...
|
|
class | EaseInQuad |
| easein using the quadratic function of time - Parameters
-
time | progress time |
duration | total time |
startValue | |
endValue | starting value |
More...
|
|
class | EaseInQuart |
| easein using the quartic function of time - Parameters
-
time | progress time |
duration | total time |
startValue | |
endValue | starting value |
More...
|
|
class | EaseInSine |
| easein with sine function - Parameters
-
time | progress time |
duration | total time |
startValue | |
endValue | starting value |
More...
|
|
class | EaseOutCubic |
| easeout using the cubic function of time - Parameters
-
time | progress time |
duration | total time |
startValue | |
endValue | starting value |
More...
|
|
class | EaseOutQuad |
| easeout using the quadratic function of time - Parameters
-
time | progress time |
duration | total time |
startValue | |
endValue | starting value |
More...
|
|
class | EaseOutQuart |
| easeout using the quartic function of time - Parameters
-
time | progress time |
duration | total time |
startValue | |
endValue | starting value |
More...
|
|
class | EaseOutSine |
| easeout with sine function - Parameters
-
time | progress time |
duration | total time |
startValue | |
endValue | starting value |
More...
|
|
class | EasingFunction |
| Easing class / get a smooth transition from a specified value to a specified value with various interpolation methods More...
|
|
interface | IEasing |
| Summary of easing functions More...
|
|
class | Linear |
| linear - Parameters
-
time | progress time |
duration | total time |
startValue | |
endValue | starting value |
More...
|
|