mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Class animation: Fixed handling of duration.
This commit is contained in:
parent
ea403891b9
commit
7550018260
2
ui/jquery.effects.core.js
vendored
2
ui/jquery.effects.core.js
vendored
@ -261,7 +261,7 @@ $.effects.animateClass = function( value, duration, easing, callback ) {
|
||||
dfd = $.Deferred();
|
||||
|
||||
this.el.animate( this.diff, {
|
||||
duration: duration,
|
||||
duration: o.duration,
|
||||
easing: o.easing,
|
||||
queue: false,
|
||||
complete: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user