19 lines
712 B
HTML
19 lines
712 B
HTML
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Animate Order - Kopfteil-Laser.svg</title>
|
|
<meta name="description" content="SVG Drawing Animation">
|
|
</head>
|
|
<body>
|
|
<button onclick="vi.reset().play();">replay</button>
|
|
<br/>
|
|
<object id="animate_order" type="image/svg+xml" data="drawing.svg"></object>
|
|
<script src="./vivus-0.4.6/dist/vivus.js"></script>
|
|
<script>
|
|
var vi = new Vivus('animate_order', {type: 'oneByOne', duration:7200.0, reverseStack:false});
|
|
</script>
|
|
</body>
|
|
</html>
|