<div class="box"></div>
.box{
  width:50px;
  height:50px;
  background:tomato;
}
gsap.fromTo(".box",{
 x:20,
 borderRadius:10
} , {
 x:80,
 borderRadius:50,
 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