Kaynağa Gözat

Slow down news a bit

tags/v0.0.7a
Fen Dweller 5 yıl önce
ebeveyn
işleme
d8770c7314
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: E80B35A6F11C3656
2 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. +1
    -1
      gorge.css
  2. +2
    -2
      gorge.js

+ 1
- 1
gorge.css Dosyayı Görüntüle

@@ -532,7 +532,7 @@ div::-webkit-scrollbar-corner {
top: 98vh;
left: 50vw;
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;
font-size: 24px;
}


+ 2
- 2
gorge.js Dosyayı Görüntüle

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

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

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

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

function doPowerup() {


Yükleniyor…
İptal
Kaydet