JavaScriptの下記箇所の数字を変更させてください!
function setView() {
itemList.forEach(function(item) {
let select = item.querySelector('.selecter');
let result = item.querySelector('.results');
let woodLine = result.querySelector('.wood-line');
item.style.opacity = '0.7';
loader.classList.add('open');
let onTimer = setTimeout(function() {
loader.classList.remove('open');
item.style.opacity = '';
select.style.display = "none";
result.classList.add('show_result');
woodLine.classList.add('widthimp');
let offTimer = setTimeout(function() {
woodLine.classList.remove('widthimp');
}, 50)
}, 1000) // ← ここを 2000 から 1000 に変更
});
}
数字が短ければ短いほどアニメーションの秒数が短くなります!
プレビュー:https://sb-draft-preview.squadbeyond.com/articles/VRBZwsiyawXmcUtMApjw/draft?token=7438b77ce3f38a65f7f9561779f37039