There is a way to trigger an event after an animation is done? what's the cose for it? I'm very new with YUI libraries and i'm getting lost..
my cose now is
var anim = new Y.Anim({
node: node,
duration: 1.0,
easing: Y.Easing.easeOut
});
...etc
Note: This applies to YUI2.