2 Star 0 Fork 0

mirrors_ReneNyffenegger/about-svg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
animate.html 510 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rene Nyffenegger 提交于 2016-06-12 12:23 . A closing won't hurt.
<!DOCTYPE html>
<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<title>svg animate</title>
</head>
<body>
<svg height="500" width="500">
<rect width="100" height="100" style="fill:rgb(255,127,0)">
<animate attributeType="XML" attributeName="x" from="10" to="390" dur="1s" repeatCount="indefinite" />
<animate attributeType="XML" attributeName="y" from="10" to="390" dur="1.7s" repeatCount="indefinite" />
</rect>
</svg>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_ReneNyffenegger/about-svg.git
git@gitee.com:mirrors_ReneNyffenegger/about-svg.git
mirrors_ReneNyffenegger
about-svg
about-svg
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385