Search and Top Navigation
#5609 closed bug (fixed)
Opened May 12, 2010 04:08PM UTC
Closed May 12, 2010 05:21PM UTC
Last modified May 20, 2010 11:16AM UTC
Datepicker: change default opening animation to fadeIn
Reported by: | paul.irish | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.2 |
Component: | ui.datepicker | Version: | 1.8.1 |
Keywords: | interaction upgrade-guide | Cc: | |
Blocked by: | Blocking: |
Description
the opening transition for datepicker is an animated width/height thing that is rather awkward. It's inconsistent with the rest of the jquery ui interaction paradigm and doesn't match any other windows/mac interaction.
fadeIn is a lot more natural transition. the duration can also be quickened to 200ms instead of 400ms.
Fixed in dc646c0
Thanks paul.irish!