
This UI animation system was originally released publicly a long time ago, but I decided to revisit and improve it properly.
The main goal was fixing the common animation issues that happen when windows receive rapid Show() / Hide() calls, which usually causes stuck animations, broken scaling states, or inconsistent visibility behavior.
The system was reworked to support smoother state transitions, proper animation interruption handling, and customizable easing styles directly from Python.
Window Animation System (Fixed & Improved)
ReportThis UI animation system was originally released publicly a long time ago, but I decided to revisit and improve it properly. The main goal was fixing the common animation issues that happen when windows receive rapid Show() / Hide() calls, which usually causes stuck animations, broken scaling states, or inconsistent visibility behavior. The system was reworked to support smoother state transitions, proper animation interruption handling, and customizable easing styles directly from Python.
Sign in to download

