By jorunnix
Tuesday, 17. October 2006, 10:12:38
Animating your SVG
This article shows how to quickly create basic SVG animations even with no previous experience with SVG. Who needs a graphical editor, anyway?( Read the article )
Note: You need to login to post in the forums. if you don't have an account you first need to sign up.
By jorunnix
Tuesday, 17. October 2006, 10:12:38
By robodesign
Thursday, 2. November 2006, 11:12:08
We can also make the animation do a few different things. We can tell it when to start, how long go go for, or when to end with the begin, dur and end attributes.
There is also a <dfn>property</dfn> called fill, which can be expressed either as an attribute in XML, or as a CSS property in a style attribute or even an external CSS stylesheet. It describes the colour (or pattern) that is used to fill a painted SVG element, and its default value is black.
We can do this because transform is <dfn>implied</dfn>, in other words there is a default value defined in the specification so it is as if the attribute exists already.
By jeff_schiller
Thursday, 2. November 2006, 20:40:28
Moderators: pepelsbey | dstorey | mcx | operadev | chrismills | shwetankdixit | brucelawson | iheni | andreasbovens | zibin | mollydotcom