用svg制作动画

2016-01-07  本文已影响62人  郑伟的菜园子
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
</head>
<body>
    <svg>
        <rect x="10" y="10" width="50" height="30">
            <animate attributeType="XML"
            attributeName="width"
            to="100"
            fill="freeze"
            dur="1s" />
        </rect>
    </svg>
</body>
</html>
上一篇 下一篇

猜你喜欢

热点阅读