Class Tween
Helper class used to interpolate effects.
Assembly: Febucci.TextAnimator.Runtime.dll
Syntax
public static class Tween : object
Methods
BounceOut(Single)
Declaration
public static float BounceOut(float t)
Parameters
Type |
Name |
Description |
System.Single |
t |
|
Returns
Type |
Description |
System.Single |
|
EaseIn(Single)
Declaration
public static float EaseIn(float t)
Parameters
Type |
Name |
Description |
System.Single |
t |
|
Returns
Type |
Description |
System.Single |
|
EaseInOut(Single)
Declaration
public static float EaseInOut(float t)
Parameters
Type |
Name |
Description |
System.Single |
t |
|
Returns
Type |
Description |
System.Single |
|
EaseOut(Single)
Declaration
public static float EaseOut(float t)
Parameters
Type |
Name |
Description |
System.Single |
t |
|
Returns
Type |
Description |
System.Single |
|
Flip(Single)
Declaration
public static float Flip(float x)
Parameters
Type |
Name |
Description |
System.Single |
x |
|
Returns
Type |
Description |
System.Single |
|
Square(Single)
Declaration
public static float Square(float t)
Parameters
Type |
Name |
Description |
System.Single |
t |
|
Returns
Type |
Description |
System.Single |
|