mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04: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:
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:
|
||||
|
||||
Reference in New Issue
Block a user