Merge pull request 'slow welcome page carousel' (#19) from carmen into prod
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #19
This commit is contained in:
Florian Roger 2024-01-12 15:16:37 +01:00
commit c6bb7ec440

View File

@ -97,7 +97,7 @@
} else {
item.classList.add('is-block')
};
item.style.transition = "transform 1s ease";
item.style.transition = "transform 2s ease";
});
function moveToNextItem() {
@ -122,7 +122,7 @@
}
})
}
setInterval(moveToNextItem, 2000);
setInterval(moveToNextItem, 4000);
});
</script>