#4787 closed enhancement (fixed)
Datepicker: fix animation control
Reported by: | Jörn Zaefferer | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.8 |
Component: | ui.datepicker | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
To disable the datepicker show/hide animations, duration:"" has to be specified, while showAnim ignores anything falsy. That needs to be consistent with other animation-APIs.
Change History (2)
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Disabling animation doesn't seem to work in jQuery 1.4 with showAnim: "" or duration: ""
Note: See
TracTickets for help on using
tickets.
Fixed in r3482. showAnim of anything falsy now indicates immediate show/hide.