| Variables | |
| const short | STRING = 0 | 
| The animation value represents a string. | |
| const short | NUMBER = 1 | 
| The animation value represents a number. | |
| const short | COLOR = 2 | 
| The animation value represents a color. | |
| const short COLOR = 2 | 
The animation value represents a color.
| const short NUMBER = 1 | 
The animation value represents a number.
| const short STRING = 0 | 
The animation value represents a string.