I'm having this exact error with MooTools 1.23.

here's my code:

window.addEvent('load', function() {
  var slideFx = new Fx.Tween('slider');
  slideFx.start('top', 0, '50px');

});

Reply via email to