Fulio Pen schrieb: > The rectangle in the following page moves one way. But I like to see it > to move forward and backward alternatively...
You could do it this way: <circle cx="50" cy="50" r="10" fill="red" opacity='.7' > <animateTransform attributeName="transform" attributeType="XML" type="diagonal" values="50 50;150 150;50 50" dur="6s" repeatCount="indefinite"/> </circle> Regards, Hago ----- 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/

