Exactly. The interpolating function is constant. So x is constant at 400 during each active duration of the animation. But that is different from the base value of 320, defined at the <rect> element itself, which is applied whenever the <animate> is not active. So there's never any continuous motion, but a jumping motion whenever the animation begins and ends. The same effect as using a <set> element.
Regards Frank --- In [email protected], "Prem Dasari" <[EMAIL PROTECTED]> wrote: > > 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" > <prem.dasari@> > 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/

