I have 256 x 256 <rect>s with an attribute id in an SVG document.  I
then use getURL() to update 

 any of the rectangles that may have changed over some time interval.  I
would like to first "highlight"

the new change before giving it the actual color.  So I would like to
set its opacity to full value and in 5 seconds

 give it its actual value  For example,

 

<rect id="r1c0" x="921.875" y="0.0" width="92.175" height="49.609"

         class="green" fill-opacity="0.05">

  <animate attributeName="fill-opacity" from="1.0" to="0.05"

                 dur="5s"/

</rect>

 

The result of an update request may be

  r1c0,red,0.20

The red color has a fill-opacity of 0.20.

 

The colors are defined in my internal style sheet

 

My question is how to do this animation effect ?  An onchange event
handler, or something?  Or

do I need to assign an id to a sub-element (<animate> above) ? ???

 

Maybe someone knows what I am trying to do and has a suggestion



[Non-text portions of this message have been removed]



-----
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/

<*> 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