@keyframes travelLineLeft{0%{stroke-dashoffset:300;opacity:1}30%{stroke-dashoffset:-300;opacity:1}30.01%{opacity:0}to{stroke-dashoffset:300;opacity:0}}@keyframes travelLineRight{0%{stroke-dashoffset:400;opacity:1}40%{stroke-dashoffset:-400;opacity:1}40.01%{opacity:0}to{stroke-dashoffset:400;opacity:0}}.animated-line-left{stroke-dasharray:80 1000;animation:travelLineLeft 3s linear infinite}.animated-line-right{stroke-dasharray:80 1000;animation:travelLineRight 3s linear .2s infinite}