color animation support (jquery.color.js can add this)
support for handling different types of colors (jQuery UI is working on 
a color library, I'm planning on helping out to)
More easing options: Only one or two in core I believe. A plugin to add 
extra easing options would be nice.
pause and resume for animations: Might be an idea to add support for in 
core.
better support for complex properties (border-width, etc...): This is 
something I want to fix in core, in fact I have a patch that starts by 
fixing a bug in .css about them. But GX's claim is crap IMHO, when you 
use borderWidth, GX just grabs the value of borderTopWidth and animates 
all four border widths according to that. It doesn't even bother to do 
something as simple as coverting {borderWidth: 10} into {borderTopWidth: 
10, borderRightWidth: 10, borderBottomWidth: 10, borderLeftWidth: 10}; 
I'd like to add some support for that myself.

A jQuery bundler is something that there is a ticket open for, and 
something I'd be interested in working on. With something like that 
options like "color animation support", "obscure css support 
(borderRadius, transform, ...)", "extra easing options", etc... could 
easily be made modules which could be combined right with jQuery easily.

Eugh... GX is doing it's own .extend, .each, contains check, has an ugly 
wrapper around typeof, and makes use of parseInt and parseFloat without 
a radix.

~Daniel Friesen (Dantman, Nadir-Seen-Fire)

Jörn Zaefferer wrote:
> See http://ajaxian.com/archives/gx-a-new-animation-framework
>
> Would someone with a better understanding of jQuery's and jQuery UI's
> animation features mind taking a look to see what that framework
> actually adds that we don't already support out of the box?
>
> Eg. relative animations are promoted, I'm pretty sure we have them already.
>
> In any case, we may need better animation documentation.
>
> Jörn
>
> >
>   

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to