]> gitweb.michael.orlitzky.com - charm-bypass.git/commitdiff
src/index.html.in: slow down the bus and the tram a bit
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 10 Oct 2023 14:09:06 +0000 (10:09 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 10 Oct 2023 14:09:06 +0000 (10:09 -0400)
src/index.html.in

index 6d25d3ee17b4b7e27cf9c053359bef2f903d3929..eb161326ead0b82fb9fef2d43101ce8c45aa4267 100644 (file)
@@ -68,7 +68,7 @@
       }
 
       #bus {
-       animation: busroll 15s linear infinite;
+       animation: busroll 20s linear infinite;
       }
 
       @keyframes tramroll {
@@ -81,7 +81,7 @@
       }
 
       #tram {
-       animation: tramroll 10s linear infinite;
+       animation: tramroll 15s linear infinite;
       }
     </style>
   </head>