Update
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user