Animation helper class.
More...
|
|
EAnimation | type |
| | The type of animation.
|
|
ProgressListener | progress |
| | The progress listener.
|
|
int | duration |
| | The duration of animation in milliseconds (0 means no animation).
|
◆ Animation() [1/2]
Create an Animation.
- Parameters
-
| t | Type of animation. |
| p | Progress listener of the animation. |
| d | Time in milliseconds representing how long should the animation take. 0 means a default duration set internally by the SDK |
◆ Animation() [2/2]
Create an Animation.
- Parameters
-
| t | Type of animation. |
| d | Time in milliseconds representing how long should the animation take. 0 means a default duration set internally by the SDK |