effect.bounce: fixing default distance to be 1/3 the size of the bouncing box - thx @scott_gonzalez for catching this

This commit is contained in:
gnarf 2011-05-03 08:39:02 -05:00
parent 61904162cf
commit 34d9e038bd

View File

@ -23,7 +23,7 @@ $.effects.effect.bounce = function(o) {
hide = mode === "hide",
show = mode === "show",
direction = o.direction || "up",
distance = o.distance || 20,
distance = o.distance,
times = o.times || 5,
// number of internal animations