JSFiddle - React, Tailwind, and code Playground

by geekambassador

HTML

<script src="http://www.greensock.com/js/src/TweenMax.min.js"></script>
    <a href="http://www.greensock.com"><img src="http://gravatar.com/avatar/5a224f121f96bd037bf6c1c1e2b686fb?s=512"></a>

<div id="center"></div>

CSS

img {
  position:relative;
}

JavaScript

var img = $("img");

TweenLite.set(img, {css:{transformPerspective:400}});

TweenLite.to(img, 20, {css:{rotationX:360}});

//click on rotating image. link will work