Dynamic-Carousel icon indicating copy to clipboard operation
Dynamic-Carousel copied to clipboard

Bug In JQuery Animate for move() function

Open fadugyamfi opened this issue 14 years ago • 0 comments

Hi,

Discovered a bug in the current code that does not allow the "opt.namespace + '-aftermove'" code to be triggered. The jquery animation functionality at line 272 needs to change to the following code

.animate({ marginLeft: ui.moveTo + "%" }, { duration : opt.speed, queue : false, complete: function() { $(this).trigger( opt.namespace + "-aftermove" ); }});

fadugyamfi avatar Jan 07 '12 23:01 fadugyamfi