]> gitweb.michael.orlitzky.com - charm-bypass.git/commitdiff
index.html.in: speed up the animations
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 8 Nov 2023 16:35:51 +0000 (11:35 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 8 Nov 2023 16:35:51 +0000 (11:35 -0500)
They were running a little bit slower than they should have been.

index.html.in

index a8bb47dedf0d40c46884887f6c31ac3440975a5a..ccf1581a94bf3aab5254ba5beeb271bbc4ae7342 100644 (file)
       }
 
       #bus {
-        animation: busroll 23s linear infinite;
+        animation: busroll 15s linear infinite;
       }
 
 
       }
 
       #tram {
-        animation: tramroll 17s linear infinite;
+        animation: tramroll 15s linear infinite;
       }
 
 
       }
 
       #train {
-        animation: trainroll 11s linear infinite;
+        animation: trainroll 10s linear infinite;
       }
 
 
       }
 
       #clouds {
-        animation: cloudsfloat 40s linear infinite;
+        animation: cloudsfloat 25s linear infinite;
       }
 
       @keyframes cloudscopyfloat {
       }
 
       #cloudscopy {
-        animation: cloudscopyfloat 40s linear infinite;
+        animation: cloudscopyfloat 25s linear infinite;
       }
 
 
 
       #trees {
         /* The trees move a little faster than the clouds */
-        animation: treespass 30s linear infinite;
+        animation: treespass 18s linear infinite;
       }
 
       @keyframes treescopypass {
 
       #treescopy {
         /* The trees move a little faster than the clouds */
-        animation: treescopypass 30s linear infinite;
+        animation: treescopypass 18s linear infinite;
       }
 
 
       #city {
         /* The city moves faster than the clouds but slower
          * than the trees */
-        animation: cityscroll 35s linear infinite;
+        animation: cityscroll 20s linear infinite;
       }
 
       @keyframes citycopyscroll {
       #citycopy {
         /* The city moves faster than the clouds but slower
          * than the trees */
-        animation: citycopyscroll 35s linear infinite;
+        animation: citycopyscroll 20s linear infinite;
       }
     </style>
   </head>