create template packages
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m17s
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m17s
This commit is contained in:
parent
f73b8cb90b
commit
aba8b4f37e
20 changed files with 414 additions and 526 deletions
|
|
@ -5,7 +5,9 @@ import { themeToggle } from './themeToggle.js';
|
|||
import { playVideo } from './hero-video.js';
|
||||
import { initDropdowns } from './dropdown.js';
|
||||
import { initSwipers } from './swipers.js';
|
||||
import { initSliderBeforeAfter, progressBar, scrollBack, navInvestigation } from './investigation.js';
|
||||
import { initSliderBeforeAfter} from './sliderBeforeAfter.js';
|
||||
import { navInvestigation } from './investigation.js';
|
||||
import { progressBar, scrollBack} from './bottom-bar.js';
|
||||
import { initSort } from './sort.js';
|
||||
|
||||
const responsiveMedium = 1080;
|
||||
|
|
@ -19,6 +21,8 @@ window.onload = async function () {
|
|||
themeToggle();
|
||||
backToTop();
|
||||
|
||||
initSliderBeforeAfter();
|
||||
|
||||
copyLink();
|
||||
playVideo();
|
||||
initDropdowns(responsiveSmall, responsiveSmallX);
|
||||
|
|
@ -26,7 +30,7 @@ window.onload = async function () {
|
|||
|
||||
progressBar();
|
||||
|
||||
initSliderBeforeAfter();
|
||||
|
||||
scrollBack();
|
||||
navInvestigation();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue