.textShadowChange {
        animation: bilingbiling 2s ease infinite alternate;
    }

    @keyframes bilingbiling {
        from {
            text-shadow: 0 0 1px white,
            0 0 2px white,
            0 0 4px pink,
            0 0 8px pink;
        }
        to {
            text-shadow: 0 0 5px white,
            0 0 10px white,
            0 0 18px red,
            0 0 20px red;
        }
    }

 

posted on 2018-11-23 18:17  斧子兔  阅读(224)  评论(0编辑  收藏  举报