mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
effects.bounce: removing the opti for duration, the normalizeArguments in core will ALWAYS set a duration, no need to default here
This commit is contained in:
parent
40ebb0f846
commit
668d28e30e
2
ui/jquery.effects.bounce.js
vendored
2
ui/jquery.effects.bounce.js
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user