]> gitweb.michael.orlitzky.com - charm-bypass.git/commitdiff
index.html.in: speed up the tree-scroll animation some more
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 8 Nov 2023 22:38:15 +0000 (17:38 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 8 Nov 2023 22:38:15 +0000 (17:38 -0500)
They move relatively fast compared to the city skyline.

index.html.in

index ccf1581a94bf3aab5254ba5beeb271bbc4ae7342..ada92ffe5182dd1049599516c308a9de0e23d281 100644 (file)
 
       #trees {
         /* The trees move a little faster than the clouds */
-        animation: treespass 18s linear infinite;
+        animation: treespass 16s linear infinite;
       }
 
       @keyframes treescopypass {
 
       #treescopy {
         /* The trees move a little faster than the clouds */
-        animation: treescopypass 18s linear infinite;
+        animation: treescopypass 16s linear infinite;
       }