[jQuery] Re: Why no color animation built in?

2009-10-16 Thread Charlie
jQueryUi has color animations http://jqueryui.com/demos/animate/ Sam wrote: I was just wondering, why doesn't jQuery have color animations built- in to the library? _javascript_ has hexadecimal number literals (0xaabbcc), so it could be the way to define colors in the params argument

[jQuery] Re: Why no color animation built in?

2009-10-16 Thread Sam
Well why don't they bundle this in with the jQuery standard library? On Oct 16, 11:21 am, Charlie charlie...@gmail.com wrote: jQueryUi has color animationshttp://jqueryui.com/demos/animate/ Sam wrote:I was just wondering, why doesn't jQuery have color animations built- in to the library?

[jQuery] Re: Why no color animation built in?

2009-10-16 Thread Richard D. Worth
Because filesize is at a premium, and not enough people (80-95%) need this feature almost every time they use jQuery (80-95%). That's the point of plugins. I wrote something on the subject some time ago, and I think it sums it up well. See