Hello GSAP

Your first animation

// Your first GSAP animation
gsap.from('.hero-title', {
  opacity: 0,
  y: 100,
  duration: 1.2,
  ease: 'power3.out'
});