Hi All, I''m trying to get rid of the appearance of flying objects on revert. I was able to do this by setting the duration to 0 in the Draggable constructor. I''m not at all excited about this solution. Is there already some way to set the parameters of reverteffect in the options that I''m not seeing??> reverteffect: function(element, top_offset, left_offset) { > var dur = 0; > new Effect.MoveBy(element, -top_offset, -left_offset, > {duration:dur}); > }Thanks!! Linda :)