animation: shine 1s linear 0s infinite alternate; @keyframes shine { 0%{ opacity: 1; } 100%{ opacity: 0; } }
css3实现动画匀速、反复、运行
原文:https://www.cnblogs.com/DeerLin/p/14420565.html