If elements ever shift unexpectedly by a few pixels during an animation and you can’t figure out why, try using the `will-change` CSS property.
It promotes the element to its own GPU compositing layer. Use it sparingly though, since overusing it can hurt performance.