Some layout objects and script steps have animations that provide visual feedback to users when actions occur, such as when users open a
popover or switch panels in a
slide control.
Animations are typically disabled while a script is running. However, you can use the Set Layout Object Animation script step to enable or disable animations for a script. You can also use the
Get(ScriptAnimationState) function to detect the current animation state. Enable animations, for example, to call attention to the actions a script performs, or disable animations to decrease the amount of time required for a script to run.