Skip to content

Commit 7550018

Browse files
committed
Class animation: Fixed handling of duration.
1 parent ea40389 commit 7550018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.effects.core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ $.effects.animateClass = function( value, duration, easing, callback ) {
261261
dfd = $.Deferred();
262262

263263
this.el.animate( this.diff, {
264-
duration: duration,
264+
duration: o.duration,
265265
easing: o.easing,
266266
queue: false,
267267
complete: function() {

0 commit comments

Comments
 (0)