From a899fb8fd9efd1006ce19d2a80e0607c99e51a7e Mon Sep 17 00:00:00 2001 From: structix Date: Thu, 9 May 2019 13:07:12 +0200 Subject: [PATCH] Update --- uebung2/strasse.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uebung2/strasse.html b/uebung2/strasse.html index 7edb452..d3c980f 100644 --- a/uebung2/strasse.html +++ b/uebung2/strasse.html @@ -43,7 +43,6 @@ .delay { animation-delay: 2s; - animation-direction: reverse; } @@ -60,6 +59,7 @@ left: -40%; transform: scaleX(-1); z-index: 0; //weiter vorne/hinten + animation-direction: reverse; }