Current state
This commit is contained in:
23
public/legacy/assets/js/faq.js
Normal file
23
public/legacy/assets/js/faq.js
Normal 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();
|
||||
}
|
||||
|
||||
*/
|
||||
Reference in New Issue
Block a user