欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

有个图一直在旋转

shiping1 的头像
html   <i class="uk-icon-user  uk-icon-spin   uk-icon-spinner"></i>

css 
.uk-icon-spin {
display: inline-block;
-webkit-animation: uk-spin 2s infinite linear;
-webkit-animation-name: uk-spin;
-webkit-animation-duration: 2s;
-webkit-animation-timing-function: linear;
-webkit-animation-delay: initial;
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction: initial;
-webkit-animation-fill-mode: initial;
-webkit-animation-play-state: initial;
animation: uk-spin 2s infinite linear;
}
 
.uk-icon-spinner:before {
content: "\f110";
}

来自 前端框架 uikit 
普通分类: