Update
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
}
|
||||
|
||||
@keyframes fahren {
|
||||
@keyframes fahren_rechts {
|
||||
0% {
|
||||
left: -40%;
|
||||
}
|
||||
@@ -39,8 +39,8 @@
|
||||
|
||||
.lefttoright {
|
||||
bottom: -5%;
|
||||
animation: fahren 10s linear infinite;
|
||||
transform: scaleX(-1);
|
||||
animation: fahren_rechts 10s linear infinite;
|
||||
//transform: scaleX(-1);
|
||||
z-index: 1; //weiter vorne/hinten
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user