Flipping through menus on Xiaomi, Redmi and POCO smartphones often causes users to complain: some animations seem too slow, others are annoyingly sharp. In MIUI 14 and the new HyperOS, the manufacturer hid some of the settings, and some functions were removed from the standard interface. This article will help you understand how to speed up or slow down switching between screens, turn off animations altogether, and return the classic behavior of the menu on Xiaomi devices after updates.
We tested all methods on current firmware (as of June 2026) and identified working methods for different versions of the shells. Importantly, some parameters depend on the model of the smartphone β for example, on the POCO F5 with HyperOS, the algorithm for changing animations differs from the Redmi Note 12 to MIUI 14.
Why Menu Flip Speed Is Important for User Experience
Animation of transitions between screens is not just a visual effect, but a key element of interface interactivity. Google research shows that the delay of more than 300 ms during the system reaction is perceived by the user as a βbrakeβ. Xiaomi often sets the default values of 1x or 0.5x, which can create the illusion of a βheavyβ interface even on flagship models like Xiaomi 14 Ultra.
On the other hand, a complete shutdown of animation (value 0x) is not suitable for everyone: abrupt transitions can be disorienting, especially on the large screens of Xiaomi Pad 6 tablets.
- πΉ Screen resolutions: on Full HD+ (2400Γ1080) The animation looks smoother than the HD+ (1600Γ720)
- πΉ Upgrade Frequencies: At 120Hz, even the standard speed seems faster than 60Hz
- πΉ Shell versions: HyperOS smoothing algorithms differ from MIUI 13/14
- πΉ Personal preferences: Gamers prefer minimal delays, and older users prefer smooth transitions
In Xiaomi, the flip rate affects not only the main menu, but also:
- π± Switching between applications in recent
- π Opening/closing folders on the desktop
- βοΈ Animation of system dialogs (for example, the appearance of the notification panel)
- π Navigation gestures (if you use them) MIUI Gestures)
Method 1: Change speed through "Special features" (no root)
The most secure method, working on all Xiaomi devices with MIUI 12-14 and HyperOS. does not require superuser rights and does not reset settings after the update.
- Open Settings β Special Opportunities
- Choose Improve Visibility β Delete Animations
- Activate the switch Remove the animations of windows
- To fine-tune, tap the animation scale and select a value from 0.5x to 1.5x.
β οΈ Note: Some models (e.g. Redmi) 10C) The animation scale may not be available, and in this case the system will only offer two options: On (standard speed) or Off (complete animation shutdown).
| Value of the scale | The effect on MIUI 14 | The effect on HyperOS | Recommendations |
|---|---|---|---|
| 0x | Animation disabled completely | Animation disabled, but smooth transitions are kept in the launcher | For gamers and owners of weak smartphones |
| 0.5x | Acceleration by 50% | 30% acceleration (algorithm of smoothing another) | Optimal for most users |
| 1x | Standard speed | Standard speed | Default baseline |
| 1.5x | 50% slowdown | Slowing down by 70% (smoother transitions) | For users with vision problems |
π‘
If after changing the speed of the animation began to βtwitchβ, restart the smartphone β it will reset the cache of the graphics accelerator.
Method 2: Use of the ADB-Teams (for experienced users)
The Android Debug Bridge (ADB) method allows you to customize settings that are not available in the GUI, suitable for all Xiaomi models, including the POCO X6 Pro and Redmi K70.
Enable USB debugging in Settings β About Phone β MIUI version (shap 7 times)
Install Xiaomi USB Drivers on PC
Download Platform Tools from Googleβs official website
Connect your smartphone to your PC with the original cable-->
The main commands for changing animations:
adb shell settings put global window_animation_scale 0.5 # Animation windows
adb shell settings put global transition_animation_scale 0.5 # Animation of transitions
adb shell settings put global animator_duration_scale 0.5 # Duration of animationTo return the standard values, replace 0.5 with 1.0. Use 0 (zero) to completely disable.
β οΈ Attention: On HyperOS commands ADB They may not work the first time because of the modified animation control mechanism:
adb shell cmd device_config put animation window_animation_scale 0.5What if the ADB does not recognize the device?
Method 3: Configure through the engineering menu (hidden parameters)
The #4636### engineering menu allows you to change system settings that are not available in standard settings. For Xiaomi, this method works on MIUI 13-14, but may not be available on HyperOS (depending on regional firmware).
- Open the phone app and type ##4636##
- Select Phone Information (or Testing on English firmware)
- Scroll down to Window animation scale and Transition animation scale
- Set the values from 0.1 to 2.0 (step 0.1)
π§ Technical nuance: On some models (for example, Xiaomi) 13T) The engineering menu is locked to unlock:
- Install Activity Launcher from Google Play
- Find the activity of com.android.settings.TestingSettings
- Run it manually.
π‘
Changes to the engineering menu are reset after the firmware update. To save the settings, fix them through the firmware update. ADB-team.
Method 4: Applications for fine-tuning animation
If the standard methods don't work, you can use third-party utilities. We tested 5 popular applications on Xiaomi and selected the best ones:
| Annex | Functional | Works for MIUI? | It's running HyperOS? | Needs root? |
|---|---|---|---|---|
| QuickShortcutMaker | Creating shortcuts for hidden settings | Yes. | Partially. | No. |
| Animation Changer | Smooth speed adjustment (step 0.1) | Yes. | Yes. | No. |
| MIUI Hidden Settings | Access to Hidden MIUI Parameters | Yes. | No. | No. |
| SetEdit (Xposed) | Deep Customization of System Values | Yes. | Yes. | Yes. |
π Recommendation: HyperOS is best chosen by Animation Changer, as it works correctly with the new MiuiAnimationFramework animation system. MIUI 14 can be used MIUI Hidden Settings for access to original Xiaomi settings.
β οΈ Note: Applications like SetEdit require root rights, which voids the Xiaomi warranty.On models with a locked bootloader (for example, the Redmi Note 13 Pro).+) root can only be obtained through official unlocking, which takes up to 720 hours of waiting.
Method 5: Manual editing of system files (for advanced ones)
This method is suitable for smartphone owners with unlocked bootloader and installed TWRP. It allows you to change the animation at the level of system files, which gives maximum control.
- Create a backup of the /system partition via TWRP
- Open /system/build.prop file in text editor
- Add the lines: debug.animation.windows.scale=0.3 debug.animation.transition.scale=0.3 debug.animation.animation.animator.duration.scale=0.3
- Save the changes and reboot.
π§ Technical details:
- π Values can be set to within 0.01 (e.g. 0.25)
- π Resetting is mandatory for the application of changes
- π οΈ On HyperOS, the build.prop file can be in /vendor/build.prop
- β οΈ Incorrect editing will lead to bootloop (locked download)
On Xiaomi models with Snapdragon processors 8 Gen 2/3 (for example, Xiaomi 14) Editing build.prop can cause reset DRM-This will result in loss of Widevine support. L1 (no HD Netflix, Disney.+).
Comparison of methods: which to choose for your Xiaomi model
The choice of method depends on the firmware version, the smartphone model and your technical skills, and we have compiled a comparative table for popular devices:
| Xiaomi model | Firmware | Recommended method | The alternative | Risks. |
|---|---|---|---|---|
| Redmi Note 12 | MIUI 14 | Special capabilities (0.5x) | ADB-team | No. |
| POCO F5 | HyperOS | ADB + device_config | Animation Changer | Resetting settings after update |
| Xiaomi 13 Ultra | MIUI 14 (Global) | Engineering menu (#4636###) | QuickShortcutMaker | No. |
| Redmi 10A | MIUI 13 | MIUI Hidden Settings | Manual editing build.prop | Possible bootloop |
| Xiaomi Pad 6 | HyperOS | Animation Changer + ADB | No alternatives. | Loss of Widevine L1 |
π‘ Advice for flagship owners: On devices with Snapdragon 8+ Gen 1/2 (for example, Xiaomi 12T Pro is better used ADB, As the hardware acceleration of animation on these chips is more stable than the software methods.
Frequent problems and their solutions
When you change the speed of flipping through the menu, Xiaomi users encounter typical errors, and we have collected the most common ways to eliminate them:
- β The animation doesn't change after ADB-team πΉ Check if the debugging is included USB (Settings β For developers) πΉ Follow the command adb shell settings list global and make sure the parameters are applied. πΉ Use it on HyperOS. device_config instead of settings put global
- β After the update, the settings were reset. πΉ Set the settings via Tasker or MacroDroid (automatic application after restart) πΉ For MIUI use MIUI Hidden Settings with Auto-Start Function
- β Twitchy animation at 120Hz πΉ Set the value 0.75x instead 0.5x β This is the optimal balance for a high refresh rate. πΉ Turn off Adaptive Frequency in Settings β Display.
- β The engineering menu is not working. πΉ Install Activity Launcher and search com.android.settings.TestingSettings πΉ On HyperOS, the engineering menu may not be available β use it ADB
β οΈ Note: On devices with MediaTek Helio G99 (For example, the Redmi Note 12 4G) when animation is turned off (0x) Artifacts can occur when scrolling through lists, in which case it is recommended to use the value. 0.3x.