Holger Will schrieb:

> gh_urban schrieb:
>
> > Thanks Holger,
> >
> > did the trick
> >
> > what i was trying to originally was after the <animate> element was
> > added then to run the animation
> >
> > I was using
> >    a.setAttribute("begin", "indefinite");
> >
> > and then sending
> >    document.getElementById('anim2').beginElement()
> >
> > but I'm guessing this beginElement() is sent too soon afte the
> > appendChild so that it doesn't actualy function - it can begin
> > something that doesn;'t yet exist!!!
> >
> > if I hold the begineElement() call back with setInterval it works as
> > intened, but this is cludgy!!!
> >
> > Thanks again
> >
>
> oh in that case, you can just do this:
> ...
> obj.appendChild(a);
> a.beginElement();
>
> if that doesnt work, try
>
> a.beginElementAt(0.1)
>
> cheers
> Holger

forget what i just posted, i just tried and it doesnt work... mmh...
sorry for the spam
 cheers
Holger


-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to