> Can anybody tell me what is happening?

keyTime="0;0.4;1" should be keyTimes="0;0.4;1"

 > What triggers the change at 7 seconds to display="none"?

Since the keyTimes attribute is absent, Opera and Firefox give equal 
time intervals to each of the values - none at 0s, inline at 3.333s, and 
none at 6.666s.

Ken Stacey

Arjen wrote:
> The code below animates the display of a circle. As far as I
> understand the specs it should start with display none at 0s, inline
> at 4s and none at 10seconds.
>
> However, Opera 11 and Firefox 4 beta 8 both display it as none at 0s,
> inline at 4s, none at ±7s and inline at 10seconds.
>
> Can anybody tell me what is happening? What triggers the change at 7
> seconds to display="none"?
>
> <?xml version="1.0" encoding="utf-8"?> <svg version="1.1"
> baseProfile="full" xmlns="http://www.w3.org/2000/svg";
> xmlns:xlink="http://www.w3.org/1999/xlink";  height="100%"
> width="100%" viewBox="0 0 1500 1400"> <circle  cx="100" cy="100"
> r="100" stroke-width="1" fill="#fad806" stroke="#1c7d18"> <animate
> attributeName='display' begin="0" dur="10s" calcMode="discrete"
> values="none;inline;none" keyTime="0;0.4;1"/> </circle> </svg>


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

-----
To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com
-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:
    svg-developers-dig...@yahoogroups.com 
    svg-developers-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
    svg-developers-unsubscr...@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Reply via email to