diff --git a/files/templates/submission.html b/files/templates/submission.html index 64d30338c..1a2faeb0d 100755 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -38,10 +38,10 @@ position: fixed; width: 100px; z-index:10; - animation: train 3s linear infinite !important; + animation: train 5s linear infinite !important; } .trainrev { - animation: trainrev 3s linear infinite !important; + animation: trainrev 5s linear infinite !important; } } @@ -50,10 +50,10 @@ position: fixed; width: 35px; z-index:10; - animation: train 1s linear infinite !important; + animation: train 3s linear infinite !important; } .trainrev { - animation: trainrev 1s linear infinite !important; + animation: trainrev 3s linear infinite !important; } }