Cameron McCormack: > Yeah, once I’ve finished it and put the appropriate tests into regard, > I’ll merge it into the trunk. Really the anim branch has just been a > place for me to stick my animation code and have it versioned, as I > haven’t been doing any extensive testing of it or regression testing as > I’ve been going.
I have merged the anim branch back into the trunk now. This should give a nearly complete SMIL animation implementation. There aren’t any regressions for documents that have no animation, but there may still be bugs with the animation stuff. Note that the animation engine isn’t started unless there is at least one animation element in the document at the time it is loaded, so if you only add animation elements from script then it won’t work yet. All CSS properties are animatable, most XML attributes are too. One notable omission is that animating paint server element attributes is not supported yet. Modifying attributes of animation elements while they are in the document will not change the animation. Removing the element, changing the attribute, then reinserting it will work. I believe this is conformant, but I will have to dig deeper into the specs. Please give it a try and file bug reports for any problems you find. -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
