animations investigations
All checks were successful
Deploy / Deploy to Production (push) Successful in 17s
All checks were successful
Deploy / Deploy to Production (push) Successful in 17s
This commit is contained in:
parent
6020ea8c5b
commit
99ccc15ba9
10 changed files with 285 additions and 35 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue