We're a community of 1077K IT Pros here for help, advice, solutions, professional growth and fun. Join us!
1,076,018 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Start New Discussion Reply to this Discussion

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!!

2
Contributors
1
Reply
1 Hour
Discussion Span
2 Months Ago
Last Updated
9
Views
Question
Answered
suavedesign
Junior Poster in Training
96 posts since Dec 2010
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
Question Self-Answered as of 2 Months Ago

Care to share what solved your issue?

pritaeas
Posting Prodigy
Moderator
9,287 posts since Jul 2006
Reputation Points: 1,173
Solved Threads: 1,458
Skill Endorsements: 86

This question has already been solved: Start a new discussion instead

Post: Markdown Syntax: Formatting Help
 
You
 
© 2013 DaniWeb® LLC
Page rendered in 0.0606 seconds using 2.71MB