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