GSAP Dot Grows & Shrinks On Page Scroll” is a web animation effect where a dot dynamically changes size as the user scrolls, created using the GreenSock Animation Platform (GSAP).
.block { width: 100%; height: 50vh; } .dot { position: absolute; left: 50%; top: 50%; width:150vmax; height: 150vmax; border-radius: 50%; background-color: #E34248; overflow-x: hidden; }