This commit is contained in:
hugodu69
2018-12-19 01:09:26 +01:00
commit 4fd63a6c8b
232 changed files with 14551 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
});
});