views:

35

answers:

0

in my code here http://jsfiddle.net/ebSf4/ you can drag from one sortable column to the other. I am adding some animation to sortable's receive event to make the dropped element animate to the size needed in it's new position. This is working great except the receive event fires late the first time you move a given element. The element snaps to it's new size without animating. This only happens the first time you move an element. If you try moving the same one again it will animate as intended. What gives?