X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Findex.html.in;h=eb161326ead0b82fb9fef2d43101ce8c45aa4267;hb=752909532a84da904746162a20e20f4d254b54dc;hp=ee40cf8f18a76fd260c2fe325df2776c7786f3cc;hpb=662ede5f24dd8029c633d7a38de5545b2a568e6c;p=charm-bypass.git diff --git a/src/index.html.in b/src/index.html.in index ee40cf8..eb16132 100644 --- a/src/index.html.in +++ b/src/index.html.in @@ -68,7 +68,20 @@ } #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; }