remotes/1693045480750635534/spooky-22
Aevann1 2021-10-21 02:45:17 +02:00
parent af339b7ec6
commit a6c89bee54
1 changed files with 4 additions and 4 deletions

View File

@ -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;
}
}