Changeset 5378
- Timestamp:
- 05/02/08 14:12:26 (8 months ago)
- Files:
-
- 1 modified
-
trunk/jquery/src/fx.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jquery/src/fx.js
r5374 r5378 219 219 opt.duration = (opt.duration && opt.duration.constructor == Number ? 220 220 opt.duration : 221 jQuery.fx.speeds[opt.duration]) || 400;221 jQuery.fx.speeds[opt.duration]) || jQuery.fx.speeds.def; 222 222 223 223 // Queueing … … 405 405 speeds:{ 406 406 slow: 600, 407 fast: 200 407 fast: 200, 408 def: 400 //default speed 408 409 }, 409 410 step: {
