How to optimize GSAP animations performance in a Next.js 15 project?
I am currently building a 3D restaurant menu and a GTA VI website clone. I'm using GSAP for complex animations, but I'm noticing some frame drops on mobile devices. What are the best practices to ensure 60fps performance when using GSAP with React's lifecycle in Next.js?