本文最后更新于:a year ago

.skeleton {
  animation: skeleton-loading 1s linear infinite alternate;

}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 70%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}

本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!

chrome插件 Previous
svg基本语法 Next