Hi Jilu,

add 
fill="freeze" to anim1 and
additive="sum" to anim2

see sample:
http://www.zuccaralloo.de/devgroup/samples/animatePhotos.svg

Regards-
-Heiko


--- In [email protected], "jilusan" <[EMAIL PROTECTED]> 
wrote:
> 
> Hello every body,
> 
> I would like to translate then rotate then remove an image.
> 
> But i have a problem, the center of the rotation is not
> the point for which the translation finish ?
> 
> Do you have any idea ???
> 
> Thanks a lot,
> 
> Jilu
> 
> 
> <defs>
>   <g id="tete">
>     <image x="-40" y="-50" width="80" height="100"
>            xlink:href="photo.JPG">
>     </image>
>     <text x="0" y="0">1</text>
>     <animateTransform id="anim1"
>                       attributeName="transform" type="translate"
>                       values="0 500; 0 100" begin="0s" dur="20s"/>
>     <animateTransform id="anim2"
>                       attributeName="transform" type="rotate"
>                       from="0" to="360" begin="anim1.end" 
dur="10s"/>
>     <set attributeName="display" to="none" begin="anim2.end"/>
>   </g>
> </defs>
> <use x="200" y="0" xlink:href="#tete" />





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



Reply via email to