now we have an error:
YAHOO.util.Anim is not a constructor
Code:
var a = new YAHOO.util.Anim(this.el, {opacity: {from: 0.1, to: 1, unit:""}},...
but its working
thx
maybe this is missing:
HTML Code:
<script src="http://yui.yahooapis.com/2.3.1/build/animation/animation-min.js"></script>
edit: btw you have a mistake in your code

<ul><li>Child</li>
<li>Child 2</li></ul>