2010-05-08 7 views

Répondre

1

Principes de base de MooTools:

$$('div').each(function(el, index){ 
    el.morph({ 
     height: 100 * index 
    }); 
});​ 

Exemple: http://jsfiddle.net/mbrNq/

+0

merci .. oscar! – significance

+0

Pourtant c'est "Oskar". –

Questions connexes