Difference between revisions of "Template:Freiburg/wiki content start"
Line 42: | Line 42: | ||
console.log('lower'); | console.log('lower'); | ||
$blob.css({"top": y }); // = 30 px under bottom | $blob.css({"top": y }); // = 30 px under bottom | ||
− | $blob.animate(right:-30) | + | $blob.animate({right:-30}); |
} | } | ||
Line 50: | Line 50: | ||
console.log('middle'); | console.log('middle'); | ||
$blob.css({"top": y }); // = 30 px from bottom | $blob.css({"top": y }); // = 30 px from bottom | ||
− | $blob.animate(right:30) | + | $blob.animate({right:30}); |
} | } | ||
} | } |
Revision as of 06:24, 8 September 2015