html3
Its html coding
<!doctype html>
<html>
<head>
<title>geolocation</title>
</head>
<body>
<svg width="1000" height="1000">
<rect width="100" height="100" fill="black">
<animate attributename="y" from="0" to="300" dur="3s" fill="freeze" repeatcount="indefinite"/>
</rect>
</svg>
canvas width="1000" height="1000" id="canvas1"></canvas>
</body>
</html>
Comments
Post a Comment