Hi all,
I am new to this group.i was seraching for some svg stuff and i found
this group.seems there are lot of svg pros out here.

i have small query on the svg tiny spec.

My understanding of animate element is there should be a reference
element on which animation is applied for ex:
<rect width="20" height="20">
  <animate attributeType="CSS" attributeName="fill-opacity"
         from="1" to="0" dur="5s" repeatCount="indefinite" />
</rect>
              (or)
 <rect id ="myRect" width="20" height="20"/>
<animate xlink:href="myRect" attributeType="CSS"
attributeName="fill-opacity"
         from="1" to="0" dur="5s" repeatCount="indefinite" />

but it is unclear to me on which element animation is applied in the
ProgressEvent example of the SVGT12 spec
Please find the link below
http://www.w3.org/TR/SVGMobile12/svgudom.html#events__ProgressEvent

<animate xml:id="loadingAnimation" ... />


Thanks in advance
Dhakar 









-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to