AnimationState
#include <bb/cascades/AnimationState>
States of an animation, like stopped, started, and ended.
BlackBerry 10.0.0
Public Types
States of an animation.
BlackBerry 10.0.0
- Stopped
Indicates whether the animation was interruped by the stop function.
Since:BlackBerry 10.0.0
- Playing
Indicates whether the animation is currently playing.
Since:BlackBerry 10.0.0
- Ended
Indicates that the animation has ended.
Since:BlackBerry 10.0.0
- Started
Indicates that the animation is started, but not yet playing.
Since:BlackBerry 10.0.0
- Stopping
Indicates that the animation is about to stop, but hasent stopped yet.
Since:BlackBerry 10.0.0