pse-documentation/40-abschlusspraesentation/script.js
2024-05-24 17:47:22 +02:00

17 lines
252 B
JavaScript

// setTimeout(function() {
//
// $(".boat").throwable({
// containment: "parent",
// impulse: {
// f: 52,
// p: {
// x: Math.random(),
// y: Math.random()
// }
// }
// });
//
// }, 3000);