<div class="box green"></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.to(".green", {rotation: 360, x: 150, duration: 1});