Hi,
I created this simple example to test the accessKey event.
I'm using ASV3 and when I use begin instead of end, it works.
So, could you tell me if it's a bug on my side or in ASV3?

Here is the example:
<?xml version="1.0" encoding="UTF-8"?>
<svg width="200" height="200" viewBox="0 0 200 200"
        xmlns="http://www.w3.org/2000/svg";
        xmlns:xlink="http://www.w3.org/1999/xlink";
        xml:space="preserve" version="1.1">

<rect fill="#ff0" x="0" y="50" width="100" height="50">
        <animateTransform attributeName="transform" type="translate"
                end="accessKey(s)" additive="replace"
                values="0,0;100,0"
                keyTimes="0;1"
                dur="5s" fill="freeze"/>
</rect>
</svg>

Thanks,
Ludovic



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