<section>
<article>
<div class="blue"></div>
<div class="green"></div>
</article>
<footer>
<span>Made with</span> <a href="http://anime-js.com">anime.js</a>
</footer>
<a class="logo" href="http://anime-js.com"><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/1137/anime-logo.png"></img></a>
</section>
div {
width: 2rem;
height: 2rem;
margin: .5rem;
}
var myAnimation = anime({
targets: ['.blue', '.green'],
translateX: '13rem',
rotate: 180,
borderRadius: '8px',
duration: 2000,
loop: true
});