--- In svg-developers@yahoogroups.com, "jimew123456789"
<[EMAIL PROTECTED]> wrote:
>
> Hello!
> 
> I want an animation to start at a specific time after a button is 
> pressed. For example change the color of a rect 5 seconds after Button 
> X is pressed and change the color of another rect 3 seconds after 
> Button Y is pressed . How can I do that? The attribute "begin="..." 
> only takes seconds or ...click as a value.
>

begin="button.click+5s" is also possible,
as described in the SVG 1.1 Specification:

event-value ::= ( Id-value "." )? ( event-ref ) ( S? ("+"|"-") S?
Clock-value  )?

http://www.w3.org/TR/SVG11/animate.html#TimingAttributes


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

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