安卓手机adb自定义动画速度
首先你需要fastboot工具以及一个键盘
连接上手机打开adb调试

第一步:进入shell模式

adb shell
  • 设置动画速度(1.25自己改,范围[0-10])
settings put global window_animation_scale 1.25
settings put global transition_animation_scale 1.25
settings put global animator_duration_scale 1.25
  • 还原动画速度
settings get global window_animation_scale 
settings get global transition_animation_scale 
settings get global animator_duration_scale 
Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐