Animate Alpha

Marko Krstić
18 Feb 2022

This is for GreenSock

function init() {
  gsap.from("h1", {autoAlpha:0, stagger:0.5})
}
window.addEventListener("load", init)
h1 {
  visibility:hidden;
}

Was this article helpful?

Tags

Categories

Never miss new post again

Subscribe and get list of new posts in your inbox

Click to Copy