lets try this

This commit is contained in:
ashley 2024-05-11 00:11:16 +00:00
parent 2349a5f67f
commit 284ca61bb9

View file

@ -3235,10 +3235,10 @@ function resumeProgress() {
}
if (currentOpacity === 1) {
element.style.transition = 'opacity 0.2s ease'; // Adjust the duration as needed
element.style.transition = 'opacity 3s ease'; // Adjust the duration as needed
element.style.opacity = 0;
} else {
element.style.transition = 'opacity 0.2s ease'; // Adjust the duration as needed
element.style.transition = 'opacity 3s ease'; // Adjust the duration as needed
element.style.opacity = 1;
}
}