Busy spinner, the one that appears when app.busy(true) is triggered, is now animated as screen saver, they should have different behaviour. Busy spinner fix in the center and screen saver animated.
The busy UI element is only animated if the screen saver is activated at the same time. I modified the screen saver to hide and pause its timer when the app is busy.
Busy spinner, the one that appears when
app.busy(true)
is triggered, is now animated as screen saver, they should have different behaviour. Busy spinner fix in the center and screen saver animated.