소스 검색

Slow down news a bit

tags/v0.0.7a
Fen Dweller 5 년 전
부모
커밋
d8770c7314
No known key found for this signature in database GPG 키 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;
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 파일 보기

@@ -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() {


불러오는 중...
취소
저장