[jQuery] Re: Infinite animations

2007-07-29 Thread Karl Swedberg
animating from one style or class to another can be done with Interface's "animate" method. --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jul 29, 2007, at 2:53 PM, Collin Allen wrote: Morphing from color to color should be possible, perhaps by modi

[jQuery] Re: Infinite animations

2007-07-29 Thread Collin Allen
Morphing from color to color should be possible, perhaps by modifying the CSS background-color property using rgb(x,y,z) values. You could increment each value individually, or each in a repeating sequence. I'm not sure value changing method would produce the most visually pleasing results, but t

[jQuery] Re: Infinite animations

2007-07-29 Thread Kia Niskavaara
On 7/29/07, Sean Catchpole <[EMAIL PROTECTED]> wrote: > > It would be very easy to create a repeating animation, simply call the > same animation again the callback function. Thanks. More importantly, I believe that this is a prefect situation for a gif > animation. Doing javascript animations

[jQuery] Re: Infinite animations

2007-07-28 Thread Sean Catchpole
Kia, It would be very easy to create a repeating animation, simply call the same animation again the callback function. More importantly, I believe that this is a prefect situation for a gif animation. Doing javascript animations is very hard for the browser and slows down old computers. Gifs ha