When the feature strings don't work, here's a method I've been using.

Start your script delayed with a setTimeout command.

<svg onload="startScript=window.setTimeout('animateIt()', 500)" ...>

and use the onbegin handler to cancel the script if declarative 
animation starts

<animate onbegin="window.clearTimeout(startScript)" .../>

I don't suppose this would work with FakeSmile, though. But you can 
add a FakeSmile specific test, and assume that all other 
implementations with animation support also support animation events. 
At least this works in ASV.


------------------------------------

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