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 this

Re: [jQuery] jQuery Easing plugin

2007-01-17 Thread Mike Alsup
Anyway, grab it here: http://gsgd.co.uk/sandbox/jquery.easing.php Nice! Great stuff, George. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] jQuery Easing plugin

2007-01-17 Thread Gerry Danen
I get a blank page, George. Gerry On 1/17/07, George Smith [EMAIL PROTECTED] wrote: This has now been updated for jQuery 1.1 Thanks to new functionality within 1.1 this is now pretty much just a list of functions for easing. Thanks jQuery team for doing what I was doing, only better, and

Re: [jQuery] jQuery Easing plugin

2007-01-17 Thread Klaus Hartl
George Smith schrieb: This has now been updated for jQuery 1.1 Thanks to new functionality within 1.1 this is now pretty much just a list of functions for easing. Thanks jQuery team for doing what I was doing, only better, and with less code. Saves a great deal of maintenance for me.

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:

Re: [jQuery] jQuery Easing plugin

2007-01-17 Thread Klaus Hartl
George Smith schrieb: Not just mine specifically, but yes, that's the functionality I'm now using. Thanks, that is really cool! -- Klaus ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[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] jQuery easing plugin - pre release

2006-09-07 Thread Justin Carter
On 9/7/06, George Smith [EMAIL PROTECTED] wrote: I've been working hard on this, and I reckon I've got it sorted, so now over to you for some real world testing before giving it a proper 1.0 status. Any and all comments welcome. Thanks George. Hi George, I fired up IE7 and each animation

Re: [jQuery] jQuery easing plugin - pre release

2006-09-07 Thread Justin Carter
On 9/7/06, George Smith [EMAIL PROTECTED] wrote: I've been working hard on this, and I reckon I've got it sorted, so now over to you for some real world testing before giving it a proper 1.0 status. Any and all comments welcome. Thanks George. On 9/7/06, Justin Carter [EMAIL

Re: [jQuery] jQuery easing plugin - pre release

2006-09-07 Thread Jan Sorgalla
George Smith wrote: 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 [...] Hi, well done. I worked on a similar plugin for extending the animation capabilities for my

Re: [jQuery] jQuery easing plugin - pre release

2006-09-07 Thread Justin Carter
On 9/7/06, George Smith [EMAIL PROTECTED] wrote: Hi Justin, I've sorted this for Opera now. Opera RegExp seems to be the strictest, I'm thinking that will be a good place to start testing RegExp's in the future. Thanks, George. Looks good! :)

Re: [jQuery] jQuery easing plugin - pre release

2006-09-07 Thread Will Jessup
George, This is fantastic. I'm going to integrate it w/ tweenbox here - http://www.willjessup.com/sandbox/jquery/tweenbox/tweenbox.htm Can't wait to see the elastic on that. Lol. Will Hi All, What it does: Overwrites the standard animate functions with custom easing functions from Robert