<div class="box"></div>
.box{ width:50px; height:50px; margin-top:20px; background:tomato; }
gsap.to(".box" , { borderRadius: 50, x: 100, scale: 1.5, duration:1 })
This Pen is owned by elizabeth amaechi on CodePen.
See more by @amaechi1 on CodePen
This Pen doesn't use any external CSS resources.