.heart{
    animation:heart 1s ease infinite;
}

@keyframes heart {
        0% {opacity:0.1;}
        100%{opacity:1;}
 }

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-12
  • 2021-12-14
  • 2022-12-23
  • 2021-09-06
  • 2021-10-30
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-26
  • 2021-11-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
相关资源
相似解决方案