sakshambasnet.hashnode.devDay 10: Recapping GSAP and Exploring New Concepts: fromTo and Staggering with ObjectsAfter a brief break due to another project, I’m back to continue my GSAP learning journey. Today, I recapped everything I've learned over the past nine days and explored new concepts like the fromTo method and advanced staggering with objects. Here's...Jul 15, 2024·4 min read
sakshambasnet.hashnode.devDay 9: Implementing GSAP in a Real-World Project with TypeScriptToday, I took my GSAP skills to the next level by integrating it into a real-world project using TypeScript. While I can't share the entire codebase due to confidentiality, I'll walk you through the essential parts where I implemented GSAP for smooth...Jul 4, 2024·3 min read
sakshambasnet.hashnode.devDay 8: Revising GSAP with React - A Small ProjectOn my eighth day of learning GSAP, I decided to revise my knowledge by creating a small project using GSAP in a React application. This project focuses on animating multiple elements and utilizing GSAP's timeline feature for more complex animations. ...Jul 2, 2024·3 min read
sakshambasnet.hashnode.devDay 7: Getting Started with GSAP in ReactOn my seventh day of learning GSAP, I explored how to integrate GSAP into a React project. This involved setting up a new React application, installing the GSAP package, and creating some basic animations. Setting Up the React Project First, I set up...Jun 30, 2024·5 min read
sakshambasnet.hashnode.devDay 6: Beginning My Animation Journey with GSAPOn my sixth day of learning GSAP, I embarked on creating a simple animated landing page. Today’s focus was on animating elements simultaneously using named dependencies and implementing scroll-triggered animations for a more dynamic user experience. ...Jun 29, 2024·5 min read