This commit is contained in:
asus
2023-11-23 09:16:19 +01:00
parent c385d14462
commit d7e378465a
247 changed files with 13200 additions and 0 deletions

8
javascript/script.js Normal file
View File

@@ -0,0 +1,8 @@
$(document).ready(function(){
$(".diaporama").diaporama({
animationSpeed: 1500,
delay:1.5
});
});