jQuery Animate - Advanced
Link: http://blog.freelancer-id.com/index.php/2009/05/24/jquery-animate
In the last jQuery Animate article I wrote, I mentioned how to use the .animate() function with few tricks.
But here, I am going to write about jQuery Animate function in general and I will explain few things and some tricks.
The jQuery Animate is a smart object because could be used at any syntax.
I mean,
We can use the default syntax of this function as follow:
$().animate({
/* params */ },
/* integet time period in milliseconds */
);





