<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
})

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

  1. https://cdnjs.cloudflare.com/ajax/libs/gsap/3.6.0/gsap.min.js