Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   XML (http://www.velocityreviews.com/forums/f32-xml.html)
-   -   SVG (http://www.velocityreviews.com/forums/t486435-svg.html)

piruk 03-22-2007 11:42 PM

SVG
 
Hello,

I would like to create a polygon which will be rotate in a circle. I
created polygon but I have problem with rotation. I don't know how to
create the motion. Can anybody help me?

piruk


Martin Honnen 03-23-2007 12:40 PM

Re: SVG
 
piruk wrote:

> I would like to create a polygon which will be rotate in a circle. I
> created polygon but I have problem with rotation. I don't know how to
> create the motion. Can anybody help me?


It depends on the SVG version you want to use respectively on the SVG
user agent you want that to work with.
Mozilla Firefox has SVG support but no support for SMIL animations so
there you need to script the rotation.
With Opera 9 and with the Adobe SVG viewer 3 in IE/Win you can use SMIL
animations, see
<http://www.w3.org/TR/SVG11/animate.html>


--

Martin Honnen
http://JavaScript.FAQTs.com/


All times are GMT. The time now is 12:43 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57