From cf6ced48c6ad3b1f6d949fe183b6460ed885deb7 Mon Sep 17 00:00:00 2001 From: structix Date: Sun, 12 May 2019 22:43:01 +0200 Subject: [PATCH] More delay! --- uebung2/strasse.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uebung2/strasse.html b/uebung2/strasse.html index 71e3d86..6b36bea 100644 --- a/uebung2/strasse.html +++ b/uebung2/strasse.html @@ -54,7 +54,7 @@ .lefttoright-delay { animation: fahren_rechts 10s linear infinite; - animation-delay: 2s; + animation-delay: 4s; bottom: -5%; left: -40%; z-index: 1; //weiter vorne/hinten @@ -71,7 +71,7 @@ .righttoleft-delay { animation: fahren_links 10s linear infinite; - animation-delay: 2s; + animation-delay: 4s; bottom: 8%; left: -40%; transform: scaleX(-1);