]> 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 271651099a79f6d1c907f92caf0d5f9c6021579d..eb161326ead0b82fb9fef2d43101ce8c45aa4267 100644 (file)
         font-family: "CharmBypass Ticket Text" !important;
       }
 
+      /************************/
+      /* Scrolling animations */
+      /************************/
+      @keyframes busroll {
+       from {
+         transform: translate(0%, 0%);
+       }
+       to {
+         transform: translate(100%, 0%);
+       }
+      }
+
+      #bus {
+       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>