[jQuery] Re: jQuery Challenge

2007-11-05 Thread Paul Bakaus
That's right, FX/Enchant will feature class animations as well as stylesheet animations. You can already test class animations if you check out trunk/fx. On Nov 4, 10:46 pm, "Benjamin Sterling" <[EMAIL PROTECTED]> wrote: > Sean, I actually think it will be in the fx library, but I could be wrong

[jQuery] Re: jQuery Challenge

2007-11-04 Thread Benjamin Sterling
Sean, I actually think it will be in the fx library, but I could be wrong. Paul mentioned it at the Ajaxian Experience, check out http://ajaxexperience.techtarget.com/images/Presentations/Bakaus_Paul_DesignPatters_jQuery.pdfpage 60 for an example. On 11/4/07, Sean Catchpole <[EMAIL PROTECTED]> wr

[jQuery] Re: jQuery Challenge

2007-11-04 Thread Sean Catchpole
I believe animation between classes is in the works as part of the UI or similar package. ~Sean

[jQuery] Re: jQuery Challenge

2007-11-04 Thread S. Robert James
Thanks! What do people say about possibly adding this to work within jQuery. Instead of hard coding in the px's, we can just use CSS. Instead of $(...).animate({top: '30px', width: '500px'}) we can just $(...).animate({css: 'shrunk'}) On Nov 4, 3:01 pm, Stefan Petre <[EMAIL PROTECTED]> wr

[jQuery] Re: jQuery Challenge

2007-11-04 Thread Stefan Petre
S. Robert James wrote: While working on this: http://groups.google.com/group/jquery-en/browse_thread/thread/7cbc9fb45f7dc133 , I've tried to come up with a way to read attributes out of a CSS class, even if that class isn't applied to any element. No luck so far. Any jQuery pro's want to take