For my web comic, I use an animated filter to make things change color if they 
have roll over events. If more than one is active they change color in unisom.  
You could probably modify this for your blinking and simply add or remove the 
filter from things that need to blink.

Richard Pearman       http://www.pixelpalaces.com/
The next stage in the evoloution of web comics: 
http://www.onlinecomics.net/pages/details/listing.php?comicID=4415
  ----- Original Message ----- 
  From: Chuck 
  To: [email protected] 
  Sent: Sunday, November 13, 2005 7:47 AM
  Subject: [svg-developers] Suggestions for synchronous blinking effects


  In my application I will need to implement blinking effects for various 
  symbols. For example, a symbol may represent a smoke detector and this 
  symbol would blink when in alarm and not acknowledged.

  Since several symbols may require a blinking effect at the same time, 
  the blinking should be synchrounous so as to avoid driving the user 
  crazy.


  What are some good ways to achieve this? I was thinking of two methods. 
  One method would be to implement this entirely in java script by 
  creating a "blink list". Symbols would be added and subtracted from the 
  list as necessary. Anytime the list is not empty a javascript timer 
  loop would run at 0.5 second interval alternately hiding and unhiding 
  the population of symbols. The other method would be to dynamically 
  create and delete animations for each symbol that needs to blink. This 
  second method seems powerful (as it would let me implement more complex 
  blinking such as fade-in fade-out) but I am not sure how to synchronize.

  How have the masses tackled this problem? What are the performance 
  implecations for each approach considering it is possible to have 
  hundreds of symbols blinking on a single display?


  Chuck W
  Systems Engineer at Large


[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/1U_rlB/TM
--------------------------------------------------------------------~-> 

-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to