Re: animation on demand...

mjumbe,

> quick question: how can i instruct an animation to begin when i want it to
> with scripting from within the DOM (as opposed to assigning it an absolute
> beginning time in the SVG)?
>
.. the only way i did it, was using the ecmascript Date object. i used it
for a relative time
difference in milliseconds. but i'm sure you can also use it for absolute
timing.

--
stefan goessner

Received on Monday, 14 May 2001 16:24:04 UTC