slow welcome page carousel
This commit is contained in:
parent
dac13ca795
commit
400fe07c2a
@ -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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user