Skip to content

Instantly share code, notes, and snippets.

@Sardorbekcyber
Created February 16, 2023 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sardorbekcyber/3c6cbff5f9796ea8e5d8b1f52e36844b to your computer and use it in GitHub Desktop.
Save Sardorbekcyber/3c6cbff5f9796ea8e5d8b1f52e36844b to your computer and use it in GitHub Desktop.
To slow down the device's animations by a factor of 10x, you can run the following commands from the command line:
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment