Description of the bug
I have noticed that in a few places within the app, there is a slight animation jitter with a shift. I can’t remember the other place I have seen this but one for sure is the search modal. I have recorded a slowed down gif that I believe captures this. You can see on popup that the icons on left shift up after render. I will add the other places I saw this if I come across them again.
Device, App & Version
Mac OS Version 3.1.9 (3.1.9)
We’ve known this since the start of the implementation, and it’s a reason why we’ve removed certain animations in the past / don’t have animations for certain things for performance. It’s to do with how the three main rendering engines (WebKit, Gecko, Blink) we use for our apps treat transitions with differently rendered code.
You’ll notice the Universal Search doesn’t have this issue on WebKit-based apps (iOS & Safari Web App). We continually review our codebase and improve it, so this will get better over time. If you notice anything else feel free to pop it down below and see if it’s something we can improve. However since this isn’t breaking anything and is more of an upstreaming issue / cosmetic improvement, I’m moving this to be a feature request.