From d8770c731422971891ed267e189406539c0d78a5 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 26 Dec 2019 23:00:31 -0600 Subject: [PATCH] Slow down news a bit --- gorge.css | 2 +- gorge.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gorge.css b/gorge.css index 9d51015..74d491b 100644 --- a/gorge.css +++ b/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; } diff --git a/gorge.js b/gorge.js index 8552a73..53b573b 100644 --- a/gorge.js +++ b/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() {