Hi;

On Thu, 2007-10-25 at 17:39 +0300, Karoliina Salminen wrote:
> Hello,
> 
> I made a button with a button highlight that appears when it is
> clicked. Then the highlight is faded out. It looks brilliant.
> 

Cool!

> However, the problem now is that with the current design, a new button
> highlight for the same button can be triggered only when the old fade
> out ramp is finished, so that the UI will respond immediately to click
> regardless of in which state animations would be. In my iPod touch's
> calculator, the new highlight can be triggered before the previous one
> got finished and it feels very slick that way. I would like to do
> that. Do you have any already invented way how to do that?
> 

If you get a click and the timeline driving the fade animation is still
running either - rewind and restart it or simply ignore (but still
handle the event). 

  == Matthew

-- 
To unsubscribe send a mail to [EMAIL PROTECTED]

Reply via email to