Files
CSCI-1200/animations/pointers/example1/index.html
2023-09-11 21:11:17 -04:00

19 lines
417 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Pointers: example 1</title>
<script src="../../konva.js"></script>
</head>
<body>
<h1>Pointers: example 1</h1>
<p>This is the animation of example 1. Click the "next step" button to run the animation.</p>
<button onclick="nextstep()">next step</button>
<div id="container"></div>
<script src="example1.js"></script>
</body>
</html>