Hier ist mein Code:
Code: Select all
#bus1-animate {
width: 6px;
height: 6px;
background-color: #cc9999;
animation: transferDataAnimation 2500ms linear;
animation-fill-mode: forwards;
offset: path("M 13 72 L 13 92 L 87 92 L 87 78");
position: relative;
}
@keyframes transferDataAnimation {
from {
offset-distance: 0%;
}
to {
offset-distance: 100%;
}
}Code: Select all
Mobile version