Re: is text-decoration blinking supported

"rvj" <[email protected]> Wed, 27 Oct 2010 13:37:11 +0100
Newsgroups gmane.comp.mozilla.devel.svg
Message-ID <[email protected]>
thanks

"Cameron McCormack" <[email protected]> wrote in message 
news:[email protected]...
> rvj:
>> .... does text-decoration:blink work with SVG text ?
>
> No.  (And implementations are required to.)
>
>> and if not what is the best javascript alternative (eg interval timer)
>> ?
>
> Declarative animation would probably be easier:
>
>  <text>Check out our <tspan id="a">low, low</tspan> prices!</text>
>  <animate xlink:href="#a" attributeName='visibility'
>    values='visible;hidden' dur='2s' repeatCount='indefinite'/>
>
> -- 
> Cameron McCormack ? http://mcc.id.au/