pse-documentation/40-abschlusspraesentation/script.js

17 lines
252 B
JavaScript
Raw Normal View History

2024-05-24 17:42:08 +02:00
// setTimeout(function() {
//
// $(".boat").throwable({
// containment: "parent",
// impulse: {
// f: 52,
// p: {
// x: Math.random(),
// y: Math.random()
// }
// }
// });
//
// }, 3000);