adding the animation directory
This commit is contained in:
18
animations/pointers/example3/index.html
Normal file
18
animations/pointers/example3/index.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Pointers: example 3</title>
|
||||
<script src="../../konva.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Pointers: example 3</h1>
|
||||
<p>This is the animation of example 3 in which we try to find out what the values of x and y are at the end. Click the "next step" button to run the animation.</p>
|
||||
|
||||
<button onclick="nextstep()">next step</button>
|
||||
|
||||
<div id="container"></div>
|
||||
<script src="example3.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user