DAPpower
Headphoneus Supremus
@DAPpower: thanks for reporting, and yes, I have that too. But...unrelated to Advanced Tweaking. I am pretty sure you also ran Debloating & Optimization, right?
Was a super lucky guess, but I found the problem right away. It's a bug in UAPP that I can provide a workaround for. This line causes the problem:
settings put global animator_duration_scale 0
UAPP seems to read the animation duration from this global setting. If I change the value to 0.1, the problem goes away. In other words, if the value is 0, UAPP just stops (or never triggers) its animations. However, the setting in my script is not unusual: if you go to Settings > Accessibility > Color & Motion and select "Remove animations", the same global setting/value is saved in the background. Someone should report this to UAPP.
In the meantime, I just uploaded a new version (v5.4b) of the Debloating & Optimization script that fixes the issue (simply re-run). Please let me know if this solves your problem!
Update: if you don't want to re-run the entire script, here is a quick one-line solution (persistent, effective immediately, no restart required):
adb shell settings put global animator_duration_scale 0.1
Thank you so much! It works!