<div class="box blue"></div>
/* Global styles come from external css https://codepen.io/GreenSock/pen/gOWxmWG.css*/ body { display: flex; align-items: center; justify-content: space-around; min-height: 100vh; flex-direction: column; }
gsap.fromTo(".blue", {x: -100, scale: 0.5},{rotation: 360, x: 100, duration: 1, scale: 1});