jQueryEventCalendar icon indicating copy to clipboard operation
jQueryEventCalendar copied to clipboard

Events list animate problem

Open marbol2 opened this issue 9 years ago • 0 comments

Hi,

I noticed that when you fast change month the event list is how and then hidden (this problem is also on your demo page). Simple solution is to add ".stop()" at line 347 like below:

flags.wrap.find('.eventCalendar-list').stop().animate({

mariusz

marbol2 avatar Aug 13 '16 11:08 marbol2