<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}); 

External CSS

  1. https://codepen.io/GreenSock/pen/gOWxmWG.css

External JavaScript

  1. https://s3-us-west-2.amazonaws.com/s.cdpn.io/16327/gsap-latest-beta.min.js