will change css

CSS
/** Example */
will-change: transform, opacity;

/** All all of above */
will-change: all;

/** no effect on hover */
.potato:hover {
  will-change: opacity;
  opacity:1;
}
Source

Also in CSS: