[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: set attributeName=display attributeType=auto to=inline dur=10 begin=0/ The diplay attribute on your object should be none. Or set

[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 none at