[svg-developers] Re: Display animation: wrong(?) keyTimes?

2010-12-27 Thread Ken Stacey
> 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 non

[svg-developers] Re: Display animation: wrong(?) keyTimes?

2010-12-29 Thread cremnosedum
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: The diplay attribute on your object should be none. Or The display attribute on your object should be inline but this is the default so you could ju