@ai 怎么让svg图片动起来,svg代码怎么写,帮我写好
无权限
请登录后评论
<svg width="400" height="500"> <rect x="100" y="100" width="100" height="100" style="fill:blue;stroke:black;stroke-width:2;" /> <animate attributeName="x" from="100" to="200" dur="2s" fill="freeze" repeatCount="indefinite" /> <animate attributeName="y" from="100" to="300" dur="4s" fill="freeze" repeatCount="indefinite" /> </svg>
暂无描述
QQ群:798695907
邮箱:laravel@88.com
发表 :1年前
<svg width="400" height="500"> <rect x="100" y="100" width="100" height="100" style="fill:blue;stroke:black;stroke-width:2;" /> <animate attributeName="x" from="100" to="200" dur="2s" fill="freeze" repeatCount="indefinite" /> <animate attributeName="y" from="100" to="300" dur="4s" fill="freeze" repeatCount="indefinite" /> </svg>