that’s actually kinda interesting, not that frustrating to go into a source code, but from the inspector it seems like a simple change of opacity on a "background" div from 0 to 0.5 causes it. If we change the transition property to "none" then everything works as it should.

Comments