I am looking to achieve an effect similar to the one on codesandbox.io where the elements, such as the big blue circle, become smaller and then show text as I scroll down the page. I have searched the internet and I am almost certain that it requires the use of GSAP with ScrollTrigger. However, I am not sure if it is enough or if I also need to add the Locomotive library.
Thanks for any advice.
When I tried using ScrollTrigger with timeline(), I encountered a problem where each element's animation started after the previous one instead of at the same time.