WxAnimatedTextState typedef

WxAnimatedTextState = AnimatedRepeatableState

The WxAnimatedTextState class is responsible for managing the internal logic and animation of the WxAnimatedText widget.

The state class also handles methods for controlling the animation playback (play, pause). The play method optionally allows resetting the animation progress and cycle count before starting playback.

Implementation

typedef WxAnimatedTextState = AnimatedRepeatableState;