[SEO优化] 博客logo图片一闪而过CSS特效

[复制链接]
查看1059 | 回复12 | 2019-11-5 11:05:48 | 显示全部楼层 |阅读模式

       有朋友问我要自由织梦博客的logo图片一闪而过的动态效果,这个其实也是找来的,作为好学的前端,就分享给大家。

       用到了伪类before,CSS3的animation。

<!DOCTYPE html>
<html>
<head>
<title>图片效果</title>
<style type="text/css">
.banner{overflow:hidden;}
.banner img{float:left;width:200px;height:55px;background:none}
.banner img:hover{width:201px;height:56px}
.banner .logo{display:block;float:left;width:200px; height:50px}
.banner .logo:before{
content:"";
position: absolute;
left: -600px;
top: -600px;
width: 200px;
height: 15px;outline:px solid red;
background-color: rgba(255,255,255,.6);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-animation: searchLights 2s ease-in 2s infinite;
-o-animation: searchLights 2.s ease-in 2s infinite;
animation: searchLights 2s ease-in 2s infinite;
}
@-webkit-keyframes searchLights {
0% { left: -200px; top: 0; }
to { left: 220px; top: 100px; }
}
@-o-keyframes searchLights {
0% { left: -200px; top: 0; }
to { left: 220px; top: 100px; }
}
@-moz-keyframes searchLights {
0% { left: -200px; top: 0; }
to { left: 220px; top: 100px; }
}
@keyframes searchLights {
0% { left: -200px; top: 0; }
to { left: 220px; top: 100px; }
}
</style>
</head>
<body>
 <p class="banner">
  <h1>
   <a href="http://www.vi586.com" class="logo">
    <img src="http://www.vi586.com/images/logo.png" height="54" width="216" alt="自由织梦自由织梦">
   </a>
  </h1>
 </p>
</body>
</html>

回复

使用道具 举报

随缘6872 | 2020-12-9 14:57:43 | 显示全部楼层
祝愿悟空源码越办越好!
回复

使用道具 举报

阳光里的他 | 2021-12-30 14:06:53 | 显示全部楼层
悟空源码资源不错。粉了
回复

使用道具 举报

又见阿凡提彻 | 2022-6-1 20:51:18 | 显示全部楼层
这个下载站资源真齐全
回复

使用道具 举报

雪域蓝眸蓝nz | 2022-8-21 13:40:25 | 显示全部楼层
没积分哈,谁来帮帮我啊
回复

使用道具 举报

小雨1004 | 2022-12-17 01:30:00 | 显示全部楼层
5kym.cn这个站资源太全了
回复

使用道具 举报

朗读者72 | 2022-12-18 16:10:13 | 显示全部楼层
感谢悟空源码分享精品资源!
回复

使用道具 举报

我是一个梦蛋 | 2022-12-21 11:26:20 | 显示全部楼层
很不错的资源站
回复

使用道具 举报

心醉的斜阳呈 | 2023-1-24 12:12:52 | 显示全部楼层
站长真良心,这么大的资源站都是免费下载
回复

使用道具 举报

俺乃小潜mg | 2023-10-21 14:41:56 | 显示全部楼层
这个下载站资源真齐全
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则