Skip to content

pyux.stop_animation

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

Stops an animation. The animation must have been set up using pyux.set_animation_handler.

pyux.stop_animation()

Note:

To restart the animation afterwardsm call pyux.start_animation again.

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, start_animation, start_timer

Clone this wiki locally