#5609 closed bug (fixed)
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.
Change History (3)
comment:1 Changed 13 years ago by
Milestone: | TBD → 1.9 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 13 years ago by
Keywords: | upgrade-guide added |
---|
comment:3 Changed 13 years ago by
Milestone: | 1.9 → 1.8.2 |
---|
Note: See
TracTickets for help on using
tickets.
Fixed in dc646c0
Thanks paul.irish!