diff options
author | Orangerot <purple@orangerot.dev> | 2024-05-24 17:42:08 +0200 |
---|---|---|
committer | Orangerot <purple@orangerot.dev> | 2024-05-24 17:47:22 +0200 |
commit | 7fcdc1c788725f866de71fc9dfd8c4d1cb132b57 (patch) | |
tree | 89931c85ae3f149884ba02c69862558e93f01531 /40-abschlusspraesentation/script.js |
Diffstat (limited to '40-abschlusspraesentation/script.js')
-rw-r--r-- | 40-abschlusspraesentation/script.js | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/40-abschlusspraesentation/script.js b/40-abschlusspraesentation/script.js new file mode 100644 index 0000000..f7e7a9d --- /dev/null +++ b/40-abschlusspraesentation/script.js @@ -0,0 +1,16 @@ + +// setTimeout(function() { +// +// $(".boat").throwable({ +// containment: "parent", +// impulse: { +// f: 52, +// p: { +// x: Math.random(), +// y: Math.random() +// } +// } +// }); +// +// }, 3000); + |