<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<ul data-bind="template: {
name: 'li_tmpl',
foreach: items
}">
</ul>
<script id="li_tmpl" type="text/html">
<li style="display:none;" data-bind="animateIn: 'ease'">
<div>This is a big div with a lot of text</div>
<div>This is a big div with a lot of text</div>
<div>This is a big div with a lot of text</div>
<div>This is a big div with a lot of text</div>
<div>This is a big div with a lot of text</div>
</li>
</script>