Re: [jQuery] jquery customised easing

2009-12-30 Thread t1mmie
Wow, I can't believe how easy that is..!!! Many thanks Richard :D One last little thing... I don't suppose you could help me condense my code down in to using functions too? ^_^ Don't worry if not - you've been a great help. Cheers! Tim Richard D. Worth-2 wrote: > > The easing plug-in doesn'

Re: [jQuery] jquery customised easing

2009-12-30 Thread Richard D. Worth
The easing plug-in doesn't care what property is being animated: $('#side').animate({backgroundPosition: "71px 9px"}, 500, 'easeOutBack'); - Richard On Wed, Dec 30, 2009 at 9:50 AM, t1mmie wrote: > > Hey Richard, thanks for your reply!! > > Yeah I was aware of the easing plug-in but I didn't t

Re: [jQuery] jquery customised easing

2009-12-30 Thread t1mmie
Hey Richard, thanks for your reply!! Yeah I was aware of the easing plug-in but I didn't think it could be used in the way I need it? As I am positioning background image..? Please correct me if I'm wrong - better yet - show me how? :D Thanks again Richard D. Worth-2 wrote: > > This can be ac

Re: [jQuery] jquery customised easing

2009-12-30 Thread Richard D. Worth
This can be achieved by using the easing plugin http://plugins.jquery.com/project/Easing which is included in the jQuery UI Effects Core. See here for a demo: http://jquery-ui.googlecode.com/svn/trunk/demos/effect/easing.html I think the one you're looking for is 'easeOutBack' - Richard On We

[jQuery] jquery customised easing

2009-12-30 Thread t1mmie
Hey all. I'll be quite amazed if anyone can help me with this one. I've been scouring the internet trying to find a tutorial on this, but no such luck!! I'm putting together my own little side navigation and I have an affect in my mind that I want to achieve and I'm sort of half-way there. I've