Xiaomi: how to make MIUI 11 animation smoother



[ad_1]

Unfortunately, I don’t have a Xiaomi Android smartphone to test right now, but I did encounter a problem in the official Xiaomi community, which outlines the steps you need to take to make the MIUI 11 animation smoother. You have tried it on Redmi 7 and Mi 9T.

  • You will need the platform tools: you can download them from this topic
  • And enable USB debugging

You open the command line in the platform tools and give it the command

adb devices

Then we give the order

the adb shell configuration places the slider_animation_duration 650 system

650 is milliseconds, you can set any value up to 1000. If the difference is not obvious, gradually increase the value to 1000. Wait 24 hours as claimed by the community and you will see the difference. You can read the topic in more detail here.

Restart the device.

To return to the original configuration, give the command

adb shell setting put slider_animation_duration 450 system

[ad_2]