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;
}
The ultimate resource hub for developers and designers. Find high-quality templates, code snippets, and design assets.
© 2025 RC Web Kit. All rights reserved.