I got it running (after posting) with begin="" .... like before, it all works the first time. When I change values, it crashed on .beginElement() again ... so I tried dynamically setting the begin attribute to 0s as an alternative. That seems to work to the point that it moves to the new location. But once again, it doesn't do it using the dur attribute setting. It just translates immediately. I don't know why - but I keep locking up whenever I try the .beginElelement() method. I suppose some of this could have to do with MSIE, but I don't want to blame it yet. I'm running the Adobe plugin. I've read about translateMotion - which seems designed to do exactly what I want. But I just keep having trouble getting it to kick off. I guess you've never had this problem with .beginElement() ???? .... I expect in a few hours I'll figure out that I've done something really stupid. It should work I suppose. But this is my first time through -- so I'm still ... well, you know.
Antoine Quint <[EMAIL PROTECTED]> skrev: On 3 sept. 07, at 16:11, Roger F. Gay wrote: > What I'd like to do is animate the motion (then I'll try to alter > that instead of what I've been doing). But I can't get it to work. > The svg that I'm currently generating is as follows. The actual > effect is that it just shows up in the translated position. It does > not move from one position to another over a period 2s as I intend. > > > implementation = "#AdobeSVG" declareNamespace /> > > svg"> > > > cx="30" r="20"> > > begin="indefinite" to="212,244" from="30,30" type="translate" > attributeName="transform"> > > > > It can't, given the animation is never started. If you use begin="indefinite", you have to make a call to .beginElement() to launch the animation, otherwise nothing'll happen. Antoine -- Blog http://the.fuchsia-design.com ----- 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 It's not a problem. It's an opportunity. Correlation does not prove causality. [Non-text portions of this message have been removed] ----- 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/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> 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/

