offset-path.css
1.border::after {
2  offset-path: xywh(0 0 100% 100% round 12px);
3  offset-anchor: 100% 0;
4  animation: journey 6s infinite linear;
5}
6
7@keyframes journey {
8  to {
9    offset-distance: 100%;
10  }
11}
offset-path
557915.472