diff options
-rw-r--r-- | ui/jquery.effects.bounce.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.effects.bounce.js b/ui/jquery.effects.bounce.js index d329857c6..4ccf4c77d 100644 --- a/ui/jquery.effects.bounce.js +++ b/ui/jquery.effects.bounce.js @@ -30,7 +30,7 @@ $.effects.effect.bounce = function(o) { // number of internal animations anims = times * 2 + showhide, - speed = (o.duration || 250) / anims, + speed = o.duration / anims, easing = o.easing, // utility: |