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; }