Is there a reason why you dont just use setInterval()?
When you do it that way, you are able to make a function for the countdown,
and in the function set some nice effects as time passes on. (like fading it
from green to blue to red, or something like that).

On Fri, Apr 24, 2009 at 4:56 PM, kgosser <[email protected]> wrote:

>
> Hey all,
>
> I'm using the Timers plugin to do a count down timer. I like it a lot.
>
> I would like to enhance my UI by having the numbering being counted
> down transition from black to red as it gets closer to 0.
>
> The jQuery UI demo for animate seems to be what I need, but what I'm
> having trouble figuring out is how to have it transition gracefully
> over time. It seems like the animation is a one-shot deal.
>
> Any help or tips with this? Thanks.
>
>
> http://jqueryui.com/demos/animate/

Reply via email to