Thanks, George!  I'll check it out.

Rick

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of George Smith
Sent: Friday, February 09, 2007 5:08 AM
To: [email protected]
Subject: Re: [jQuery] Why am I getting this error message?


Hi Rick,

Sorry for the late reply, I don't check the mailing list often, and kind of
rely on my referrers to pick up these comments. Guess this one slipped
through.

The code I use to get all the different easing options working is not what I
would recommend you to use. The code I use in the actual examples on the
page is what you should be looking at. You don't need to use the plugin at
all just for simple easing functionality as that is built in to jquery. From
what you were saying elsewhere, I think you're looking for something like

$('#id').slideDown('fast');

To use one of the special plugin equations you'd do:

$('#id').slideDown({duration: 1000, easing: 'bounceout'});

Hope that helps.

George.


Rick Faircloth wrote:
> 
> Also, if "animate" will provide similar functionality and is "built-in" to
> jQuery, then I can certainly use it, if it's easier for a newbie to deal
> with.
> 
> As far as how the easing code works, I'm at a loss, since I was just
> copying code from the "easing" demo page.
> 
> Rick
> 

-- 
View this message in context:
http://www.nabble.com/Why-am-I-getting-this-error-message--tf3095622.html#a8
883036
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/



_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to