From af339b7ec6a901a87150a02c7a08b6223140b47c Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 21 Oct 2021 02:44:39 +0200 Subject: [PATCH] dsf --- files/templates/submission.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index acf6fea1d1..64d30338ca 100755 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -38,7 +38,7 @@ position: fixed; width: 100px; z-index:10; - animation: train 5s linear infinite !important; + animation: train 3s linear infinite !important; } .trainrev { animation: trainrev 3s linear infinite !important; @@ -50,10 +50,10 @@ position: fixed; width: 35px; z-index:10; - animation: train 3s linear infinite !important; + animation: train 1s linear infinite !important; } .trainrev { - animation: trainrev 3s linear infinite !important; + animation: trainrev 1s linear infinite !important; } }