<div class="box"></div>
.box{ width:50px; height:50px; background: tomato; }
gsap.from(".box" , { y:80, opacity:0, duration:2 })
This Pen is owned by elizabeth amaechi on CodePen.
See more by @amaechi1 on CodePen
This Pen doesn't use any external CSS resources.