Skip to content

pyux.stop_animation

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

Minimum PYTHA Version: V26

See also

pyux, set_animation_handler, start_animation, start_timer

Clone this wiki locally