css动画

@keyframes textFade {
    from {
        background-position-x: 100%;
    }

    to {
        background-position-x: 0%;
    }
}