typo
This commit is contained in:
parent
7666c3ef9a
commit
7bc8227d29
2
src/effects.js
vendored
2
src/effects.js
vendored
|
@ -184,7 +184,7 @@ jQuery.fn.extend({
|
||||||
// easing resolution: per property > opt.specialEasing > opt.easing > 'swing' (default)
|
// easing resolution: per property > opt.specialEasing > opt.easing > 'swing' (default)
|
||||||
opt.animatedProperties[name] = jQuery.isArray( val ) ?
|
opt.animatedProperties[name] = jQuery.isArray( val ) ?
|
||||||
val[1]:
|
val[1]:
|
||||||
opt.specialEasing && opt.specialEasing[p] || opt.easing || 'swing';
|
opt.specialEasing && opt.specialEasing[name] || opt.easing || 'swing';
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( opt.overflow != null ) {
|
if ( opt.overflow != null ) {
|
||||||
|
|
Loading…
Reference in a new issue