Try this:

<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"

    "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd";>

 

<svg width="300" height="200" viewBox="0 0 300 200">

<title>Example of set element</title>

<circle cx="60" cy="60" r="30" style="fill: #ff9; stroke: gray;">

    <animate id="c1" attributeName="r" attributeType="XML"

        begin="0s" dur="4s" from="30" to="0" fill="freeze"/>

</circle>

 

<text text-anchor="middle" x="60" y="60" style="visibility: hidden;">

    <set attributeName="visibility" attributeType="CSS"

        to="visible" begin="c1.end" dur="1s" fill="freeze"/>  

    Circle finished

</text>

<text text-anchor="middle" x="60" y="80" style="visibility: hidden;">

    <set attributeName="visibility" attributeType="CSS"

        to="visible" begin="c1.end+2s" dur="1s" fill="freeze"/>  

    2secs after circle finished

</text>

<text text-anchor="middle" x="60" y="100" style="visibility: hidden;">

    <set attributeName="visibility" attributeType="CSS"

        to="visible" begin="8s" dur="1s" fill="freeze"/>  

    5secs up.

</text>

</svg>

 

Source "SVG Essential - Oreilly" with some modifiations.

 

Linc

 

  _____  

From: Helena Caldeira [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 22 September 2004 8:17 AM
To: [EMAIL PROTECTED]
Subject: [svg-developers] text

 

Hi people!
I wanna know what may I do to a make a text in a SVG file appear after x 
seconds, ou after some event?
Helena



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






Yahoo! Groups Sponsor



ADVERTISEMENT
 
<http://us.ard.yahoo.com/SIG=129lii6oa/M=295196.4901138.6071305.3001176/D=gr
oups/S=1706030389:HM/EXP=1095898712/A=2128215/R=0/SIG=10se96mf6/*http:/compa
nion.yahoo.com> click here


 
<http://us.adserver.yahoo.com/l?M=295196.4901138.6071305.3001176/D=groups/S=
:HM/A=2128215/rand=781131103> 

 

  _____  

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]
<mailto:[EMAIL PROTECTED]> 
  
*       Your use of Yahoo! Groups is subject to the Yahoo!
<http://docs.yahoo.com/info/terms/>  Terms of Service. 



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



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/1U_rlB/TM
--------------------------------------------------------------------~-> 

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