From d29a3a7e4c562cc28a52c5d02a2e7da50d8253af Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 8 Nov 2023 17:38:15 -0500 Subject: [PATCH] index.html.in: speed up the tree-scroll animation some more They move relatively fast compared to the city skyline. --- index.html.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.43.2