Skip to content

Commit

Permalink
effects.bounce: removing the opti for duration, the normalizeArgument…
Browse files Browse the repository at this point in the history
…s in core will ALWAYS set a duration, no need to default here
  • Loading branch information
gnarf committed Apr 4, 2011
1 parent 504e599 commit cc2342a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/jquery.effects.bounce.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $.effects.effect.bounce = function(o) {


// number of internal animations // number of internal animations
anims = times * 2 + showhide, anims = times * 2 + showhide,
speed = (o.duration || 250) / anims, speed = o.duration / anims,
easing = o.easing, easing = o.easing,


// utility: // utility:
Expand Down

0 comments on commit cc2342a

Please sign in to comment.