G-Loot DS — animation infobar

by Augustin Hiebel

HTML

<!-- add the .is-active class name to start the animation -->
<div className="infobanner is-active">
  <div className="infobanner-front">
    ...
  </div>
  <div className="infobanner-back">
    ...
  </div>
</div>