universal7885: overlay: Speed up animations

On low powered, legacy devices, the animations are a bit sluggish. Set the animation scales to 50% to make the UI feel snappier.
This commit is contained in:
daviiid99 2023-11-22 08:05:54 -08:00 committed by kevios12
commit a891807aac

View file

@ -31,4 +31,8 @@
<bool name="def_vibrate_when_ringing">true</bool>
<!-- Enable UI touch haptic feedback by default -->
<bool name="def_haptic_feedback">true</bool>
<!-- Set Window animation scale to 50% by default -->
<fraction name="def_window_animation_scale">50%</fraction>
<!-- Set Window transition scale to 50% by default -->
<fraction name="def_window_transition_scale">50%</fraction>
</resources>