]> gitweb.michael.orlitzky.com - charm-bypass.git/blobdiff - src/index.html.in
src/day.svg: re-center the ticket
[charm-bypass.git] / src / index.html.in
index ee40cf8f18a76fd260c2fe325df2776c7786f3cc..eb161326ead0b82fb9fef2d43101ce8c45aa4267 100644 (file)
       }
 
       #bus {
-       animation: busroll 15s linear infinite;
+       animation: busroll 20s linear infinite;
+      }
+
+      @keyframes tramroll {
+       from {
+         transform: translate(0%, 0%);
+       }
+       to {
+         transform: translate(100%, 0%);
+       }
+      }
+
+      #tram {
+       animation: tramroll 15s linear infinite;
       }
     </style>
   </head>