Heart
Star
Play
Pause
Home
Settings
Mail
Search
1.2s
// Icon animation with timeline and hover effects
const tl = gsap.timeline();
tl.to('.icon-svg', {
  rotation: 360,
  scale: 1.2,
  duration: 0.6,
  ease: 'back.inOut'
});