I just wanted to point out that the problem described for text-shadow can be a lot more complicated than animating 4 different values, e.g.:
text-shadow: 1px 1px 3px #666, -1px -1px 3px #FFF, 1px 1px #666, -1px -1px #FFF; So here you have 14 values. Also, box-shadow was removed from the CSS3 spec a few months ago and shelved: http://www.w3.org/TR/css3-background/#the-box-shadow. (nitpicky, I know, I know). On Thu, Nov 19, 2009 at 4:54 PM, dotnetCarpenter <[email protected]>wrote: > You're dead-on Dave. The same problem arise with box-shadow and > possibly other features. jQuery should either embrace these new > property syntaxes or put pressure on the CSS spec authors to change it > to the ol' fashion way. I don't know what is most appropriate but this > will soon be a real pain when IE9 comes out and all browsers support > this. > > http://www.css3.info/preview/ > > -- > > You received this message because you are subscribed to the Google Groups > "jQuery Development" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<jquery-dev%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/jquery-dev?hl=. > > > -- You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=.
