
Changes the font, background color and animates font size and text position to simulate zoom effect.
$("body").css({
"background-color": "cyan",
"text-align": "center",
"font-family": "Arial"
}).animate({
"padding-top": "200px",
"font-size": "48px"
}, 2000);
More scripts will be added in the future....
Have some interesting idea for the script which more users might find useful? Let me know about it.