jkuester / unlauncher

Android minimalistic launcher
https://jkuester.github.io/unlauncher/
MIT License
303 stars 47 forks source link

The app ignores "Remove animations" accessibility option #10

Open sgtpep opened 4 years ago

sgtpep commented 4 years ago

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.

sgtpep commented 4 years ago

Actually, only transition triggered by swipe-up or home button stays animated.

jkuester commented 3 years ago

Related: https://github.com/sduduzog/slim-launcher/issues/96

dbalagansky commented 6 months ago

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:

The only thing I could find is this bug, which describes similar behaviour.

butyoutried commented 1 month ago

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.