.line_sl.animate {
    animation: animateLineSl .65s ease-out;
}

@keyframes animateLineSl {
    0% { background-position-x: 0; }
    100% { background-position-x: 340%; }
}