Simple Text Animation using Jquery

by Vickram H 2012-09-05 18:23:09

Simple Text Animation using Jquery:



Sample Code:


$(document).ready(function(){
$("button").click(function(){
$("div").animate({left:"100px"},"slow");
$("div").animate({fontSize:"3em"},"slow");
});
});

Tagged in:

972
like
0
dislike
0
mail
flag

You must LOGIN to add comments