Skip to content

Instantly share code, notes, and snippets.

@Sardorbekcyber
Created February 16, 2023 20:41
Show Gist options
  • Save Sardorbekcyber/3c6cbff5f9796ea8e5d8b1f52e36844b to your computer and use it in GitHub Desktop.
Save Sardorbekcyber/3c6cbff5f9796ea8e5d8b1f52e36844b to your computer and use it in GitHub Desktop.

Revisions

  1. Sardorbekcyber created this gist Feb 16, 2023.
    5 changes: 5 additions & 0 deletions Slow down animations
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    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