HI, I'm presuming the code below (taken from http://moofx.mad4milk.net) is for Mootools 1.1 only, as it doesn't seem to work with 1.2
//the draggable ball
var ball = $('header').getElement('h1');
var ballfx = new Fx.Styles(ball, {duration: 1000, 'transition':
Fx.Transitions.Elastic.easeOut});
new Drag.Base(ball, {
onComplete: function(){
ballfx.start({'top': 13, 'left': 358});
}
});
Can anyone help in getting this to work in 1.2, it would be much
appreciated.
Thanks
