1.7/enhancement_8685
louisremi 2011-04-15 15:30:19 +02:00
parent 7666c3ef9a
commit 7bc8227d29
1 changed files with 1 additions and 1 deletions

2
src/effects.js vendored
View File

@ -184,7 +184,7 @@ jQuery.fn.extend({
// easing resolution: per property > opt.specialEasing > opt.easing > 'swing' (default)
opt.animatedProperties[name] = jQuery.isArray( val ) ?
val[1]:
opt.specialEasing && opt.specialEasing[p] || opt.easing || 'swing';
opt.specialEasing && opt.specialEasing[name] || opt.easing || 'swing';
}
if ( opt.overflow != null ) {