Answers for "how to slow down the animation in android studio emulator using terminal"

0

how to slow down the animation in android studio emulator using terminal

adb shell settings put global window_animation_scale 10
adb shell settings put global transition_animation_scale 10
adb shell settings put global animator_duration_scale 10
Posted by: Guest on March-05-2022

Code answers related to "how to slow down the animation in android studio emulator using terminal"

Browse Popular Code Answers by Language