]> gitweb.michael.orlitzky.com - charm-bypass.git/commitdiff
index.html.in: the bus moves right-to-left
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 26 Oct 2023 01:36:09 +0000 (21:36 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 26 Oct 2023 01:36:09 +0000 (21:36 -0400)
This probably should have become clear when I was drawing the front of
the bus?

index.html.in

index 0c18fbb0672847939c1865f2bc700cc9b62045c9..31e4276af340fae6e4199e30f28400dcc91b78c0 100644 (file)
@@ -96,7 +96,7 @@
          transform: translateX(0%);
        }
        to {
-         transform: translateX(100%);
+         transform: translateX(-100%);
        }
       }