X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Findex.html.in;fp=src%2Findex.html.in;h=19c39ef3569d44d4284e3ef230a46e343196c098;hb=039d2c876b1dd3b05a5dd81ac361cfab2ccef72a;hp=d6f421324f24046eb2b9c84a7453dcedd13c1dd2;hpb=34d76073af09cd2f9bd55c1eef9777a2a326045b;p=charm-bypass.git diff --git a/src/index.html.in b/src/index.html.in index d6f4213..19c39ef 100644 --- a/src/index.html.in +++ b/src/index.html.in @@ -89,6 +89,21 @@ } + /* Tram */ + @keyframes trainroll { + from { + transform: translateX(0%); + } + to { + transform: translateX(100%); + } + } + + #train { + animation: trainroll 10s linear infinite; + } + + /* Clouds */ @keyframes cloudsfloat { from {