mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 00:34:41 -05:00
make it 100 :3
This commit is contained in:
parent
ac4e5d44bd
commit
c090a439ae
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ function fadeInElements() {
|
|||
|
||||
window.addEventListener('scroll', fadeInElements);
|
||||
document.addEventListener('fullscreenchange', fadeInElements);
|
||||
setInterval(fadeInElements, 500);
|
||||
setInterval(fadeInElements, 100);
|
||||
|
||||
function jumpToTime(e) {
|
||||
e.preventDefault();
|
||||
|
|
Loading…
Reference in a new issue