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], "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
>




-----
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/
 

Reply via email to