how to make jquery animation appear slowly
Hi,
I am using jquery to make some text scroll in to my web page. I want to know how to make it appear slowly.
This is the script I am using:
$(document).ready(function()
{
$('p').animate({"left":"300px",
},"500");
});
I tried this, to make it go slower:
$(document).ready(function()
{
$('p').animate({"left":"300px",
},"500","slow";
});
But it seems that it's the wrong way to do it, since it doesnt work.
Whats the correct way to make the animation come in slowly??
Thanks!!
Related Article: jquery - animation won't rerun, page already loaded.
is a JavaScript / DHTML / AJAX discussion thread by turpentyne that has 7 replies, was last updated 2 months ago and has been tagged with the keywords: jquery, animation, rerun, loaded, already, second, time.
suavedesign
Junior Poster in Training
96 posts since Dec 2010
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
Care to share what solved your issue?
pritaeas
Posting Prodigy
9,287 posts since Jul 2006
Reputation Points: 1,173
Solved Threads: 1,458
Skill Endorsements: 86