[svg-developers] Re: Repeating Visibility animation.

2005-10-20 Thread Joshua Woodward
I am not sure where to put that in my code. I removed the visiblity from the style and changed repeatcount to repeatCount and it worked. Maybe I could put that towards the top in ? Thanks for the quick response. --- In svg-developers@yahoogroups.com, "Francis Hemsher" <[EMAIL PROTECTED]> wrote

[svg-developers] Re: Repeating Visibility animation.

2005-10-20 Thread Joshua Woodward
Thanks so very much. I usually use "repeatCount", but I must have had a brain fart and didn't think of it. --- In svg-developers@yahoogroups.com, "Doug Schepers" <[EMAIL PROTECTED]> wrote: > > Hi, Joshua- > > Nothing wrong with your idea, you made a simple typo: XML is case-sensitive, > so it

RE: [svg-developers] Re: Repeating Visibility animation.

2005-10-20 Thread Doug Schepers
Hi, Joshua- Nothing wrong with your idea, you made a simple typo: XML is case-sensitive, so it should be "repeatCount", not "repeatcount". Also, if you had 2 "hidden" values, it will be hidden twice as much as it is visible... dunno if that's your intent, but it's worth mentioning. Francis'

[svg-developers] Re: Repeating Visibility animation.

2005-10-20 Thread Francis Hemsher
Hi Joshua, Actually, to accomplish this, your don't need the animate element. Try: var circleBlinker=//---access your circle via getElementId i guess is the easiest--- //--start the blinker via some event, onload, whatever--- function startBlinker() { BlinkerInterval=setInterval("blinkI