[svg-developers] Re: svg clock for mobile

2007-10-27 Thread Frank Bruder
You could try using a wallclock-sync-value for begin. i.e. begin=wallclock(0s) As far as I know, that's not supported in either Opera or ASV. But for user agents supporting scripting you can still set the begin attribute at load time. I have no idea if any mobile phones do support

Re: [svg-developers] Re: svg clock for mobile

2007-10-27 Thread Thomas Steiner
Thanks Frank for your answer. Unfortunately http://www.w3.org/TR/SVG11/animate.html#BeginValueListSyntax is too technical for me. I now changed to the rootElement.setCurrentTime() method and in the rects I changed the animateTransform tags, well their begin values. See the result here: