Skip to content

pyux.start_animation

Daniel Flassig edited this page Jun 17, 2026 · 2 revisions

Starts an animation. A handler function must have been set up using [pyux.set_animation_handler], otherwise an error is raised.

pyux.start_animation()

Note:

The time parameter passed to the animation handler is the time in seconds since pyux.start_animation was called.

To stop or interrupt an animation, use pyux.stop_animation.

Animations are only valid for the current modal scope and are automatically stopped when the modal scope ends.

Version requirements

This function is available in V26 and above.

See also

pyux, set_animation_handler, stop_animation, start_timer

Clone this wiki locally