Hello and thanks for responding!

 

I am missing something since the following does not work.

 

Any advice is appreciated.

 

Thank you.

 

 

<?xml version='1.0' encoding='UTF-8'?>

 

<!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN'

 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'>

 

<svg xmlns='http://www.w3.org/2000/svg'

     xmlns:xlink='http://www.w3.org/1999/xlink'

     viewBox='0 0 256 256'

     width='800.0px' height='600.0px' preserveAspectRatio='none'>

 

<!--  <use xlink:href="#AH-64D"/> -->

 

    <image id="AH-64D"

           xlink:href="apache.jpg"

           x="100.0" y="175.0"

           width="50.0" height="50.0">

      <animate attributeName='opacity' begin='10.0' to='0.0s'/>

 

    </image>

</svg>

 

  _____  

From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of 
Bjoern Hoehrmann
Sent: Thursday, March 23, 2006 10:45 AM
To: [email protected]
Subject: Re: [svg-developers] animation of an image

 

* Neiderer, Andrew (Civ, ARL/CISD) wrote:
>Is it possible to animate an <image>, e.g. a JPG?  
>
>I have done this for motion and color.  What I would like to do is
>display a JPG and them have it fade away after some period of time, say
>10s.

Roughly

  <svg:image ...>
    <svg:animate attributeName="opacity" begin="10s" to="0" ...

depending on your definition of "fade".
-- 
Björn Höhrmann · mailto:[EMAIL PROTECTED] · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 


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

 

*        Visit your group "svg-developers 
<http://groups.yahoo.com/group/svg-developers> " on the web.
          
*        To unsubscribe from this group, send an email to:
         [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 
          
*        Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service 
<http://docs.yahoo.com/info/terms/> . 

 

  _____  



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

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