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

External CSS

  1. https://codepen.io/juliangarnier/pen/34b729901a37198f5d0414728d99afb6.css

External JavaScript

  1. https://codepen.io/juliangarnier/pen/4032af61ca0478304ab7b31b70a44804.js