<div class="box"></div>
.box{
width:50px;
height:50px;
background:tomato;
}
gsap.fromTo(".box",{
x:20,
borderRadius:10
} , {
x:80,
borderRadius:50,
duration:1})
This Pen doesn't use any external CSS resources.