- From: Jim Ley <jim@jibbering.com>
- Date: Tue, 19 Nov 2002 14:42:01 -0000
- To: www-svg@w3.org
"Niklas Gustavsson" <niklas@protocol7.com> wrote in message news:ardg7k$8j7$1@main.gmane.org... > Your right. ASV does in fact conform with half of the requirements, it does > show content during loading. It does not however (in my quick experiments) > run any animations as is required. Do you have the document you used? One thing to note is what are you animating at which time, the beginning animation is normally the onload of the containing SVG (see http://www.w3.org/TR/SVG/animate.html#RelationshipToSMILAnimation ) so your animation may well not have been starting simply because time 0 had never been reached, to see some animation, you'd need a number of svg elements in your document, however it appears ASV does not support this either - but that would appear to be a problem w.r.t. to when onload fires for a given element, as much as not supporting animations - javascript based animations work from the word go... Jim.
Received on Tuesday, 19 November 2002 09:44:43 UTC