0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00
Anki-Android/tools/quality-check/disable_animation_all_emulators.sh

5 lines
233 B
Bash
Executable File

#!/bin/bash
adb_shell_all_emulators.sh settings put global window_animation_scale 0
adb_shell_all_emulators.sh settings put global transition_animation_scale 0
adb_shell_all_emulators.sh settings put global animator_duration_scale 0