Hi Chandra,

chandra srinivasan wrote:
is there any alternative way of implementing animation in svg?

   You can implement animation using ECMAScript.  So rather
than the animation element you would put an id on the rect
and have some EcmaScript that use setTimeout to repeatedly
update the 'x' attribute of the rect.

   For a few small animations this isn't a big deal but if
you want/need to do lots you would likely end up writing what
amounts to a SMIL Animation engine in EcmaScript.

 >From: Thomas DeWeese <[EMAIL PROTECTED]>
 >Reply-To: [email protected]
 >To: [email protected]
 >Subject: Re: SVG Animation in batik
 >Date: Mon, 25 Jul 2005 21:06:19 -0400
 >
 >Hi Chandra,
 >
 >chandra srinivasan wrote:
 >
 >>On opening the file using  a browser (Internet Explorer say)
 >>I see a loading bar, with a small red square moving from left edge
 >>to right edge in an indefinite loop.
 >>  but on loading the svg file using squiggle. I see a loading bar
 >>with the small red square not moving at all.
 >
 >    Ohh, Andres is right about that.  We don't support SMIL
 >animation
 >so all that stuff is ignored.
 >
 >---------------------------------------------------------------------
 >To unsubscribe, e-mail:
 >[EMAIL PROTECTED]
 >For additional commands, e-mail:
 >[EMAIL PROTECTED]
 >
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to