Here is another example with pause/unpause animation:
http://svg-whiz.com/svg/PausePlay.svg

You can also start the animation when some event takes
place (e.g., the user clicks on an element).  I can't
point you to an on-line reference for this, but the
following fragment shows how you do this in SVG (no
Javascript required).  I know that it works in ASVG3;
I haven't checked other SVG viewers.

<svg>
...
<animate ... begin="controlRect.click" ... />
...
<rect id='controlRect' ... '/>
...
</svg>


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


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