Hi Frank, Thnx for your reply,
_____________________________________________________________ Don't tell me, you didn't know the interpolating linear function for f(0) = 400 , f(1) = 400 _______________________________________________________ How can someone interpolate between same start and end values.. This would simply give an effect of no animation at all. Prem ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Frank Bruder Sent: Tuesday, January 22, 2008 5:13 AM To: [email protected] Subject: [svg-developers] Re: Begin and End Hi, at the begin of the animation the animated value is 400 At the end it's 400 While the animation is active the value will be the linear interpolation between these key times and values. Don't tell me, you didn't know the interpolating linear function for f(0) = 400 , f(1) = 400 The effect is actually the same as if a <set> element was used instead of <animate>. Cheerio Frank --- In [email protected] <mailto:svg-developers%40yahoogroups.com> , "prem_2324" <[EMAIL PROTECTED]> wrote: > > > > Hi everybody , > > The file from W3 SVGTiny1.2 testsuite animate-elem-201-t.svg works > fine in opera.The syntax is as below. > ------------------------------------------------ > ----------------------------------------------------- > > <text x="315" y="185" text-anchor="end">Two begin-values share one > end-value</text> > > <rect x="320" y="170" width="40" height="20" fill="#FA5" > stroke="#555"> > <animate attributeName="x" from="400" to="400" dur="2" > begin="1;4;8" end="2;10"/> > </rect> > ---------------------------------------- > --------------------------------------- > > I was wondering how the animation is working when both FROM and TO > values of animation are same (from="400" to="400"). > > Could you please explain this to me > > Thnx in Advance > > Prem Dasari > ######################################### THIS EMAIL MESSAGE IS FOR THE SOLE USE OF THE INTENDED RECIPIENT(S) AND MAY CONTAIN CONFIDENTIAL AND PRIVILEGED INFORMATION. ANY UNAUTHORIZED REVIEW, USE, DISCLOSURE OR DISTRIBUTION IS PROHIBITED.BEFORE OPENING ANY ATTACHMENTS PLEASE CHECK FOR VIRUSES AND DEFECTS.IF YOU ARE NOT THE INTENDED RECIPIENT, PLEASE NOTIFY US IMMEDIATELY BY REPLY E-MAIL AND DELETE THE ORIGINAL MESSAGE. ######################################### [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/

