script.aculo.us 1.7 beta demos

Go to the main blog entry on the script.aculo.us 1.7 beta. Element.morph How easy is that? $(‘morph_example’).morph(‘background:#080;color:#fff’); Element.morph demo Effect.Morph Effect.Morph 1 2 3 4 5 6 7 8 9 new Effect.Morph(‘error_message’,{ style:’background:#f00; color:#fff;’+ ‘border: 20px solid #f88; font-size:2em’, duration:0.8 }); // same thing with Element morph is $(‘error_message’).morph(‘background:#f00; color:#fff;’+ ‘border: 20px solid #f88; font-size:2em’,{duration:0.8}); … Continue reading script.aculo.us 1.7 beta demos