Skip to content

Instantly share code, notes, and snippets.

@tugceaktepe
Created June 18, 2023 14:05
Show Gist options
  • Save tugceaktepe/676e23353ae79957608e63c4379dcc2c to your computer and use it in GitHub Desktop.
Save tugceaktepe/676e23353ae79957608e63c4379dcc2c to your computer and use it in GitHub Desktop.
Turn off animations on emulator
adb shell settings put global window_animation_scale 0
adb shell settings put global transition_animation_scale 0
adb shell settings put global animator_duration_scale 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment