sdm660-common: overlays: lower animation speed from 1x to 0.5x

Signed-off-by: srfarias <erikofarias@gmail.com>
This commit is contained in:
srfarias 2019-08-13 14:56:12 -03:00 committed by Max Weffers
parent 3861367840
commit 8d1b0b8514
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -679,7 +679,14 @@
<!-- If this is true, device supports Sustained Performance Mode. --> <!-- If this is true, device supports Sustained Performance Mode. -->
<bool name="config_sustainedPerformanceModeSupported">true</bool> <bool name="config_sustainedPerformanceModeSupported">true</bool>
<!-- Enable dual LTE capability support--> <!-- Enable dual LTE capability support-->
<bool name="config_dual_LTE_capability">true</bool> <bool name="config_dual_LTE_capability">true</bool>
<!-- The default value for transition animation scale found in developer settings.
1.0 corresponds to 1x animator scale, 0 means that there will be no transition
animations. Note that this is only a default and will be overridden by a
user-set value if toggled by settings so the "Transition animation scale" setting
should also be hidden if intended to be permanent. -->
<item name="config_appTransitionAnimationDurationScaleDefault" format="float" type="dimen">0.5</item>
</resources> </resources>