Velocity Stagger
HTML
<script src="https://rawgit.com/julianshapiro/velocity/master/velocity.js"></script>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
CSS
DIV {
width: 100px;
height: 100px;
background-color: red;
display: none;
margin-bottom: 5px;
}
JavaScript
$('div').velocity("fadeIn", { stagger: 900, duration: 400 });