【发布时间】:2020-09-11 18:47:47
【问题描述】:
关于 16.6.0 的快速问题
release note of 16.6.0 中写着 “禁用 Android 模拟器上的所有原生 Android 动画”
这是否意味着我不必再设置这些全局变量了?
adb shell "settings put global window_animation_scale 0.0"
adb shell "settings put global transition_animation_scale 0.0"
adb shell "settings put global animator_duration_scale 0.0"
谢谢
【问题讨论】:
-
是的,Detox 现在会自行停止动画。
标签: detox