YUI Library JavaScript DHTML




Animating Motion




#demo {
    background:#ccc;
    margin-bottom:1em;
    height:30px;
    width:30px;
}



Animating Motion


Use the YUI Animation to animate the motion of an HTMLElement.

run

(function() {
    var attributes = {
        points: { to: [600, 10] }
    };
    var anim = new YAHOO.util.Motion('demo', attributes);
    YAHOO.util.Event.on('demo-run', 'click', function() {
        anim.animate();
    });
})();



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