1.border::after { 2 offset-path: border-box; 3 offset-anchor: 100% 0; 4 animation: journey 6s infinite linear; 5} 6 7@keyframes journey { 8 to { 9 offset-distance: 100%; 10 } 11}