continuouscalendar / jquery-continuous-calendar

Date picker and range selector with scrollable months instead of paged (the only right way to do it)
http://continuouscalendar.github.io/jquery-continuous-calendar/
85 stars 35 forks source link

topic/fade_scroll #14

Closed jvirtanen closed 13 years ago

jvirtanen commented 13 years ago

Previously, when fadeOutDuration was greater than zero and the calendar contained many weeks, jarringly scrollToSelection() was invoked while the element was fading out. Now scrollToSelection() is only invoked when the element is made visible.