Hi,

I assume the objective is to have the object visible from 0 to 10 seconds.  In 
that case I would suggest you use set instead of animate:

<set attributeName="display" attributeType="auto" to="inline" dur="10" 
begin="0"/>

The diplay attribute on your object should be none.

Or

<set attributeName="display" attributeType="auto" to="none" dur="indefinite" 
begin="10"/>

The display attribute on your object should be inline but this is the default 
so you could just not specify it.

(I haven't actually tested these so they might need tweeking.)

Richard Pearman       http://www.pixelpalaces.com/
The next stage in the evolution of web comics: 
http://www.onlinecomics.net/pages/details/listing.php?comicID=4415
Read my Helium articles: http://www.helium.com/users/212199
South Alberta Cactus and succulent society: 
http://www.facebook.com/group.php?gid=20360241008
Make money from discussing things: http://www.myLot.com?ref=Graptopetalum

--- In svg-developers@yahoogroups.com, Ken Stacey <k...@...> wrote:
>
>  > 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