From: Michael Orlitzky Date: Wed, 8 Nov 2023 22:38:15 +0000 (-0500) Subject: index.html.in: speed up the tree-scroll animation some more X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=d29a3a7e4c562cc28a52c5d02a2e7da50d8253af;p=charm-bypass.git index.html.in: speed up the tree-scroll animation some more They move relatively fast compared to the city skyline. --- diff --git a/index.html.in b/index.html.in index ccf1581..ada92ff 100644 --- a/index.html.in +++ b/index.html.in @@ -156,7 +156,7 @@ #trees { /* The trees move a little faster than the clouds */ - animation: treespass 18s linear infinite; + animation: treespass 16s linear infinite; } @keyframes treescopypass { @@ -166,7 +166,7 @@ #treescopy { /* The trees move a little faster than the clouds */ - animation: treescopypass 18s linear infinite; + animation: treescopypass 16s linear infinite; }