Current state

This commit is contained in:
2026-02-07 08:23:18 +01:00
commit 0a4372c40d
22479 changed files with 1553543 additions and 0 deletions

23
public/assets/js/faq.js Normal file
View File

@@ -0,0 +1,23 @@
/*
$(function() {
manageGallery();
});
function manageGallery(){
function mixitup() {
$("#faq").mixItUp({
animation: {
duration: 400,
effects: "fade translateZ(-360px) stagger(34ms)",
easing: "ease",
queueLimit: 3,
animateChangeLayout: true,
animateResizeTargets: true
}
});
}
mixitup();
}
*/