Skip to content

pyux.start_animation

fabian-flassig edited this page Jul 8, 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 Support:

Minimum PYTHA Version: V26

See also

pyux, set_animation_handler, stop_animation, start_timer

Clone this wiki locally