--- In [email protected], "uppala_vl" <[EMAIL PROTECTED]> wrote:
Your example run in Opera 9.1, your circle go and return as expected but Adobe plugin (3 or 6 beta) don't use keyPoints .... Michel > Hi , I am working the followind svg > ----------- > > <circle r="20" fill="rgb(204,0,102)" stroke="#000" stroke- width="3"> > <animateMotion dur="4" from="-125,0" > to="125,0" calcMode="linear" fill="freeze" keyPoints="0.8; 1; 0; 0.2" > keyTimes="0; 0.25; 0.75; 1"/> > </circle> > ----------- > > I went through the spec to see if this is a valid case. I found the > following : I tried to look for any examples with keyPoint , keyTimes > and from and to being used to gether but cannot find any. Can someone > please tell me if this is a valid case ? is from and to used mainly > for animation and not with keyPoints ?? thanks in advance. > > ----------- > Each time in the list corresponds to a value in the 'values' > attribute list, and defines when the value is used in the animation > function. > > For more flexibility in controlling the velocity along the motion > path, the 'keyPoints' attribute provides the ability to specify the > progress along the motion path for each of the 'keyTimes' specified > values. If specified, 'keyPoints' causes 'keyTimes' to apply to the > values in 'keyPoints' rather than the points specified in > the 'values' attribute array or the points on the 'path' attribute. > > The override rules for 'animateMotion' are as follows. Regarding the > definition of the motion path, the 'mpath' element overrides the > the 'path' attribute, which overrides 'values', which > overrides 'from'/'by'/'to'. Regarding determining the points which > correspond to the 'keyTimes' attributes, the 'keyPoints' attribute > overrides 'path' , which overrides 'values', which > overrides 'from'/'by'/'to'. > > --------------- > ----- 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/

