Re: [jQuery] Why am I getting this error message?

2007-02-09 Thread George Smith
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

Re: [jQuery] jQuery Easing plugin

2007-01-22 Thread George Smith
Okay so it looks like hostings all sorted now. Anyone who had problems before, please try again. http://gsgd.co.uk/sandbox/jquery.easing.php Thanks, George. George Smith wrote: It appears I have some hosting problems, site is up and down. They are looking into it, but if this isn't

Re: [jQuery] jQuery Easing plugin

2007-01-18 Thread George Smith
It appears I have some hosting problems, site is up and down. They are looking into it, but if this isn't working for you straight off, try again in a bit. George Smith wrote: That's a shame, it's a great plugin ;) Not sure why that is tbh. Is working fine for me here. -- View

[jQuery] plugin page on docs.jquery

2007-01-17 Thread George Smith
Page is borked if you're not logged in, edit doesn't work either. error message: Database error A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was: (SQL query hidden) from within function MediaWikiBagOStuff::_doquery. MySQL

Re: [jQuery] jQuery Easing plugin

2007-01-17 Thread George Smith
Exactly right, will update the page to make this clearer. Andy Matthews-4 wrote: If I understand correctly, you call any of the built-in animation effects, but pass in JSON to it? So what was: $('#myDiv).slideUp(slow) Now becomes $('#myDiv).slideUp({duration: 1000, easing:

[jQuery] jQuery easing plugin - pre release

2006-09-07 Thread George Smith
Hi All, What it does: Overwrites the standard animate functions with custom easing functions from Robert Penner. http://gsgd.co.uk/sandbox/jquery.easing.php What I've done since last time, is packaged up the equations into a separate object so this can be added to, and seperated out the

Re: [jQuery] animate() support for custom tween/easing 'formulas'

2006-09-04 Thread George Smith
I've been working on this for a while, trying to work out the best way of implementing this as a plugin whilst trying to keep as DRY as possible, just spotted this post, hope I'm not too late :) I finally figured out the easiest way of defining an ease method would be to bastardise the speed