KieronQuinn / AmbientMusicMod

Port of Now Playing from Pixels to other Android devices
GNU General Public License v3.0
1.91k stars 41 forks source link

Add an animation for the now playing on the lock screen #263

Closed tomasvenrura13 closed 1 month ago

tomasvenrura13 commented 1 month ago

On my Samsung phone running OneUI 6.1 the "now playing" song stays in the screen for fractions of a second (noticeably) before it disappears after I swipe away from the lock screen, I don't think that's fixable but adding an animation that smooths out the disappearance or makes it disappear by going up would make it look less janky at least

KieronQuinn commented 1 month ago

Unfortunately this is not possible, the view is being removed rather than hidden so no animation is possible.