font: 100 24px/200px sans-serif;
animation: myAnimation 1s ease 1s 1 forwards;
<div class="outer-container">
<div class="red animated">Red</div>
<div class="green">Green</div>
<div class="blue">Blue</div>
<p><strong>Note</strong>: Browser support for the <code>order</code> property, and animations on this property was limited at the time of writing. If you can't see the proper effect, try using Firefox.</p>