setup_animation#

CommonWindowUtils.setup_animation(left_start, right_start, left_end, right_end)[source]#

Sets up an animation for the left and right columns of the UI.

Parameters:
left_start: int

The starting value for the left box animation.

right_start: int

The starting value for the right box animation.

left_end: int

The ending value for the left box animation.

right_end: int

The ending value for the right box animation.