@@ -61,7 +61,7 @@ function Datepicker() {
61
61
this . _defaults = { // Global defaults for all the date picker instances
62
62
showOn : 'focus' , // 'focus' for popup on focus,
63
63
// 'button' for trigger button, or 'both' for either
64
- showAnim : 'show ' , // Name of jQuery animation for popup
64
+ showAnim : 'fadeIn ' , // Name of jQuery animation for popup
65
65
showOptions : { } , // Options for enhanced animations
66
66
defaultDate : null , // Used when field is blank: actual date,
67
67
// +/-number for offset from today, null for today
@@ -88,7 +88,7 @@ function Datepicker() {
88
88
// string value starting with '+' for current year + value
89
89
minDate : null , // The earliest selectable date, or null for no limit
90
90
maxDate : null , // The latest selectable date, or null for no limit
91
- duration : '_default ' , // Duration of display/closure
91
+ duration : 'fast ' , // Duration of display/closure
92
92
beforeShowDay : null , // Function that takes a date and returns an array with
93
93
// [0] = true if selectable, false if not, [1] = custom CSS class name(s) or '',
94
94
// [2] = cell title (optional), e.g. $.datepicker.noWeekends
0 commit comments