Hi,
I am looking ot see if anyone can describe the code to add animation when a symbol is dragged?
sym.getSymbol(r).$(r).bind('focusin tap click',function(ev) {
sym.$(r).draggable('disable');
}).bind('focusout dblclick',function(ev) {
sym.$(r).draggable('enable');
Thanks