mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 07:18:26 +01:00
test commit ignore pls
This commit is contained in:
parent
f78344e756
commit
2349a5f67f
1 changed files with 3 additions and 3 deletions
|
@ -3235,16 +3235,16 @@ function resumeProgress() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (currentOpacity === 1) {
|
if (currentOpacity === 1) {
|
||||||
element.style.transition = 'opacity 1s ease'; // Adjust the duration as needed
|
element.style.transition = 'opacity 0.2s ease'; // Adjust the duration as needed
|
||||||
element.style.opacity = 0;
|
element.style.opacity = 0;
|
||||||
} else {
|
} else {
|
||||||
element.style.transition = 'opacity 1s ease'; // Adjust the duration as needed
|
element.style.transition = 'opacity 0.2s ease'; // Adjust the duration as needed
|
||||||
element.style.opacity = 1;
|
element.style.opacity = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
setInterval(toggleOpacity, 1500);
|
setInterval(toggleOpacity, 4500);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue