mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-04-05 15:54:34 +00:00
feat: different timings for ARTS and PHOTOS sections
This commit is contained in:
parent
9237a0394a
commit
ab784438e5
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ const SONG_CHANGE_DELAY = 180000;
|
|||
const SYMBOL_DELAY = 150;
|
||||
|
||||
const IMAGE_CHANGE_DELAY = 6000;
|
||||
const ARTS_CHANGE_DELAY = 6500;
|
||||
const IMAGE_ANIMATION_DELAY = 1000;
|
||||
const IMAGE_TRANSITION_DELAY = 1000;
|
||||
|
||||
|
@ -238,5 +239,5 @@ window.onload = () => {
|
|||
setPhotoSectionImagesMargin();
|
||||
setInterval(changePhotoSectionImage, IMAGE_CHANGE_DELAY);
|
||||
setArtsSectionImagesMargin();
|
||||
setInterval(changeArtsSectionImage, IMAGE_CHANGE_DELAY);
|
||||
setInterval(changeArtsSectionImage, ARTS_CHANGE_DELAY);
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue