<div class="box purple"></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.from(".purple", {rotation: -360, x: -100, y: 200, duration: 1, opacity: 0});