YUI Library JavaScript DHTML




Animating From a Given Value




#demo {
    background:#ccc;
    margin-bottom:1em;
    overflow:hidden;
    width:200px;
}



Animating From a Given Value


Start a YUI Animation from a given value. 
Demo

run

(function() {
    var attributes = {
        width: { from: 600, to: 0 }
    };
    var anim = new YAHOO.util.Anim('demo', attributes);
    YAHOO.util.Event.on('demo-run', 'click', function() {
        anim.animate();
    });
})();



   
  
yui_2.7.0b.zip( 4,431 k)