Sometimes we use transform: translateZ(0); or backface-visibility: hidden; to fix webkit-based browsers flicker caused by transition/animation, and it also fixes the image blur when using filters.
transform: translateZ(0);
backface-visibility: hidden;
See the Pen LrbAw by naiting (@sliiice) on CodePen.