[jQuery] Interface Drag/Drop Animation

[jQuery] Interface Drag/Drop Animation


Quick question about the Interface Drag+Drop methods: When I use
{revert:true,fx:300} to make the draggable fly back to the starting
point, is there a way to cancel that animation of the draggable is
successfully placed on a droppable? By default it accepts and still
runs the "revert" animation, but I want the draggable to "stick" to
the droppable and only revert if the user drops outside of a droppable
area. Is this possible?
Thanks!