Answers for "will change css"

CSS
1

will change css

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

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

/** no effect on hover */
.potato:hover {
  will-change: opacity;
  opacity:1;
}
Posted by: Guest on June-20-2020
1

will change css

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

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

/** no effect on hover */
.potato:hover {
  will-change: opacity;
  opacity:1;
}
Posted by: Guest on June-20-2020

Browse Popular Code Answers by Language