Changing CSS transform on scroll: jerky movement vs. smooth movement
You are able to get a visual performance boost by implementing will-change on elements. It is supported in recent browsers (excluding edge and no IE). The will-change CSS property hints to browsers how an element is expected to change. Browsers may set up optimizations before an element is actually changed. These kinds of optimizations can … Read more