Преглед изворни кода

Slow down news a bit

tags/v0.0.7a
Fen Dweller пре 5 година
родитељ
комит
d8770c7314
No known key found for this signature in database GPG Key ID: E80B35A6F11C3656
2 измењених фајлова са 3 додато и 3 уклоњено
  1. +1
    -1
      gorge.css
  2. +2
    -2
      gorge.js

+ 1
- 1
gorge.css Прегледај датотеку

@@ -532,7 +532,7 @@ div::-webkit-scrollbar-corner {
top: 98vh; top: 98vh;
left: 50vw; left: 50vw;
transform-origin: 0% 0%; transform-origin: 0% 0%;
animation: news-text-frames 5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
animation: news-text-frames 7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
animation-fill-mode: both; animation-fill-mode: both;
font-size: 24px; font-size: 24px;
} }


+ 2
- 2
gorge.js Прегледај датотеку

@@ -1069,7 +1069,7 @@ function doNews() {


setTimeout(() => { setTimeout(() => {
doNews(); doNews();
}, 6000);
}, 8000);
} }


function showNews(text) { function showNews(text) {
@@ -1084,7 +1084,7 @@ function showNews(text) {


setTimeout(() => { setTimeout(() => {
body.removeChild(div); body.removeChild(div);
}, 6000);
}, 8000);
} }


function doPowerup() { function doPowerup() {


Loading…
Откажи
Сачувај