animations investigations
All checks were successful
Deploy / Deploy to Production (push) Successful in 17s

This commit is contained in:
Julie Blanc 2026-02-23 14:02:26 +01:00
parent 6020ea8c5b
commit 99ccc15ba9
10 changed files with 285 additions and 35 deletions

View file

@ -4,7 +4,7 @@ import { themeToggle } from './themeToggle.js';
import { playVideo } from './hero-video.js';
import { initDropdowns } from './dropdown.js';
import { initSwipers } from './swipers.js';
import { initSliderBeforeAfter } from './investigation.js';
import { initSliderBeforeAfter, progressBar, scrollBack, navInvestigation } from './investigation.js';
const responsiveMedium = 1080;
const responsiveSmall = 768;
@ -20,7 +20,11 @@ window.onload = async function () {
initDropdowns(responsiveSmall);
initSwipers();
progressBar();
initSliderBeforeAfter();
scrollBack();
navInvestigation();
var elem = document.querySelector('.grid-masonry');
var msnry = null;