There was an error while loading. Please reload this page.
Starts an animation. A handler function must have been set up using [pyux.set_animation_handler], otherwise an error is raised.
pyux.set_animation_handler
pyux.start_animation()
The time parameter passed to the animation handler is the time in seconds since pyux.start_animation was called.
pyux.start_animation
To stop or interrupt an animation, use pyux.stop_animation.
pyux.stop_animation
Animations are only valid for the current modal scope and are automatically stopped when the modal scope ends.
This function is available in V26 and above.
pyux, set_animation_handler, stop_animation, start_timer