This commit is contained in:
2019-05-09 09:44:12 +02:00
parent 13adba0df8
commit 71ecdfa13e

View File

@@ -21,7 +21,7 @@
} }
@keyframes fahren { @keyframes fahren_rechts {
0% { 0% {
left: -40%; left: -40%;
} }
@@ -39,8 +39,8 @@
.lefttoright { .lefttoright {
bottom: -5%; bottom: -5%;
animation: fahren 10s linear infinite; animation: fahren_rechts 10s linear infinite;
transform: scaleX(-1); //transform: scaleX(-1);
z-index: 1; //weiter vorne/hinten z-index: 1; //weiter vorne/hinten
} }
</style> </style>