More delay!
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
|
|
||||||
.lefttoright-delay {
|
.lefttoright-delay {
|
||||||
animation: fahren_rechts 10s linear infinite;
|
animation: fahren_rechts 10s linear infinite;
|
||||||
animation-delay: 2s;
|
animation-delay: 4s;
|
||||||
bottom: -5%;
|
bottom: -5%;
|
||||||
left: -40%;
|
left: -40%;
|
||||||
z-index: 1; //weiter vorne/hinten
|
z-index: 1; //weiter vorne/hinten
|
||||||
@@ -71,7 +71,7 @@
|
|||||||
|
|
||||||
.righttoleft-delay {
|
.righttoleft-delay {
|
||||||
animation: fahren_links 10s linear infinite;
|
animation: fahren_links 10s linear infinite;
|
||||||
animation-delay: 2s;
|
animation-delay: 4s;
|
||||||
bottom: 8%;
|
bottom: 8%;
|
||||||
left: -40%;
|
left: -40%;
|
||||||
transform: scaleX(-1);
|
transform: scaleX(-1);
|
||||||
|
Reference in New Issue
Block a user