X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Findex.html.in;fp=src%2Findex.html.in;h=6d25d3ee17b4b7e27cf9c053359bef2f903d3929;hb=df5abc49b8bda78244509b605398a3aae0029a0c;hp=ee40cf8f18a76fd260c2fe325df2776c7786f3cc;hpb=2b4e8a6732c183fc4e0d630430d64a5002c91a95;p=charm-bypass.git diff --git a/src/index.html.in b/src/index.html.in index ee40cf8..6d25d3e 100644 --- a/src/index.html.in +++ b/src/index.html.in @@ -70,6 +70,19 @@ #bus { animation: busroll 15s linear infinite; } + + @keyframes tramroll { + from { + transform: translate(0%, 0%); + } + to { + transform: translate(100%, 0%); + } + } + + #tram { + animation: tramroll 10s linear infinite; + }