如何在.net MVC中使用@keyframes

使用两个@

例如:

@@keyframes Fly {
   0% {
    background-position: 0% 50%
   }
   50% {
    background-position: 100% 50%
     }
    100% {
    background-position: 0% 50%
   }
}

原文地址:https://www.cnblogs.com/jxt-icanfly/p/10744667.html