标签:blog color style city post pos pac frame col
.heart{ animation:heart 1s ease infinite; } @keyframes heart { 0% {opacity:0.1;} 100%{opacity:1;} }
CSS让一个元素一闪一闪的
原文地址:https://www.cnblogs.com/413xiaol/p/8178936.html