19 lines
429 B
HTML
19 lines
429 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Dynamic Memory: example 2</title>
|
|
<script src="../../konva.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>Dynamic Memory: example 2</h1>
|
|
<p>This is the animation of example 2. Click the "next step" button to run the animation.</p>
|
|
|
|
<button onclick="nextstep()">next step</button>
|
|
|
|
<div id="container"></div>
|
|
<script src="example2.js"></script>
|
|
</body>
|
|
</html>
|