unlauncher
unlauncher copied to clipboard
The app ignores "Remove animations" accessibility option
It would be nice, if Unlauncher respected this option and showed transitions without fading/sliding effects. Or, at least had an option to explicitly disable them.
Actually, only transition triggered by swipe-up or home button stays animated.
Related: https://github.com/sduduzog/slim-launcher/issues/96
The duration
here: https://github.com/jkuester/unlauncher/blob/9420a670388dd4e0ad3bb6286fb00832ba3441cc/app/src/main/res/xml/home_motion_scene.xml#L8 only affects animation which occurs when pressing "Home" or "Back" buttons when application list is already visible, but:
- this animation is still not affected by Accessiblity option "Remove animations" or Developer Options "Window animation scale", "Transition animation scale", and "Animator duration scale"
- animation still runs with some other default speed (not affected by
duration
from above) when bringing the app list up
The only thing I could find is this bug, which describes similar behaviour.
I've disabled animations system-wide too, but hey, that swipe-up animation in Unlauncher looks actually awesome. I hope there will be option to have it regardless of Accessiblity settings.