]> gitweb.michael.orlitzky.com - charm-bypass.git/blobdiff - src/index.html.in
src/index.html.in: add the cloud animation
[charm-bypass.git] / src / index.html.in
index ee40cf8f18a76fd260c2fe325df2776c7786f3cc..5ef681b99f702ca8efd8f987450d75ec8528e29b 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;
+      }
+
+      @keyframes cloudsfloat {
+       from {
+         transform: translateX(0%);
+       }
+       to {
+         transform: translateX(-50%);
+       }
+      }
+
+      #clouds {
+       animation: cloudsfloat 40s linear infinite;
+      }
+
+      @keyframes cloudscopyfloat {
+       from {
+         transform: translateX(0%);
+       }
+       to {
+         transform: translateX(-50%);
+       }
+      }
+
+      #cloudscopy {
+       animation: cloudscopyfloat 40s linear infinite;
       }
     </style>
   </head>