From 5bb26e7a01de9287875237f1d0d1f26d297c5ce0 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 10 Oct 2023 10:09:06 -0400 Subject: [PATCH] src/index.html.in: slow down the bus and the tram a bit --- src/index.html.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.html.in b/src/index.html.in index 6d25d3e..eb16132 100644 --- a/src/index.html.in +++ b/src/index.html.in @@ -68,7 +68,7 @@ } #bus { - animation: busroll 15s linear infinite; + animation: busroll 20s linear infinite; } @keyframes tramroll { @@ -81,7 +81,7 @@ } #tram { - animation: tramroll 10s linear infinite; + animation: tramroll 15s linear infinite; } -- 2.44.2