以文本方式查看主题

-  中文XML论坛 - 专业的XML技术讨论区  (http://bbs.xml.org.cn/index.asp)
--  『 SVG/GML/VRML/X3D/XAML 』  (http://bbs.xml.org.cn/list.asp?boardid=21)
----  [分享]渐变填充动画  (http://bbs.xml.org.cn/dispbbs.asp?boardid=21&rootid=&id=33244)


--  作者:wanghai00
--  发布时间:5/29/2006 11:05:00 AM

--  [分享]渐变填充动画
<?xml version="1.0" standalone="no"?>
<svg>
  <title>Internet Professionell-Workshop</title>
  <desc>Animationen und Effekte mit SVG</desc>
  <defs>
    <radialGradient id="animradgra1" cx="0" cy="0" fx="1" fy="1">
      <stop offset="0%" style="stop-color: #FFF"/>
      <stop offset="60%" style="stop-color: #FF9"/>
      <stop offset="100%" style="stop-color: #F00"/>
      <animate attributeName="cx" attributeType="XML" begin="0s" dur="10s"
        from="0" to="1" repeatCount="indefinite"/>
      <animate attributeName="cy" attributeType="XML" begin="0s" dur="10s"
        from="0" to="1" repeatCount="indefinite"/>
      <animate attributeName="fx" attributeType="XML" begin="0s" dur="10s"
        from="1" to="0" repeatCount="indefinite"/>
      <animate attributeName="fy" attributeType="XML" begin="0s" dur="10s"
        from="1" to="0" repeatCount="indefinite"/>
    </radialGradient>
  </defs>
  <circle cx="120" cy="120" r="100" style="fill: url(#animradgra1)"/>
</svg>

W 3 C h i n a ( since 2003 ) 旗 下 站 点
苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
1,320.313ms