github

logo闪光效果

上代码:

.logo-site:before {
    content:"";
    position:absolute;
    left:-665px;
    top:-460px;
    width:250px;
    height:15px;
    background-color:rgba(255,255,255,.5);
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-animation:searchLights 1s ease-in 1s infinite;
    -o-animation:searchLights 1s ease-in 1s infinite;
    animation:searchLights 1s ease-in 1s infinite
}

@keyframes searchLights {
    0% {
    left:-100px;
    top:0
}
to {
    left:120px;
    top:100px
}
}
posted @ 2019-07-26 09:57  博讯科技工作室  阅读(215)  评论(0编辑  收藏  举报

赣州博讯科技工作室

©2019

回到顶部
回到底部
公众号 视博web工作室