44种CSS3鼠标滑过图片显示文字动画效果

44种CSS3鼠标滑过图片显示文字动画效果

添加时间:2021-03-02 10:52:27
站长推荐丨赞助论坛,可获取海量资源终身免费下载权限奥!
举报 举报
收藏
预览
附件 附件
  • 模板类型模板类型:鼠标滑过
  • 模板颜色模板颜色:初级
  • 下载积分下载积分:28 米粒
  • 下载权限下载权限:

    赞助会员

CSS3鼠标滑过图片显示文字动画库是一款可以适应图片的缩放,提供44种不同的鼠标滑过图片效果,压缩后的版本只有19K大小,可以完成各种不同场景的需求。
44种CSS3鼠标滑过图片显示文字动画效果
分类:图片代码 > 鼠标滑过 难易:初级
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>CSS3鼠标滑过图片显示文字动画库</title>
<link rel="stylesheet" type="text/css" href="css/zzsc-demo.css">
<link href="css/imagehover.css" rel="stylesheet" media="all">
<style type="text/css">
	.demo {
	  display: inline-block;
	  width: 24%;
	  padding: 10px;
	  -webkit-box-sizing: padding-box;
	  box-sizing: padding-box;
	}
	.demo textarea {
	  -webkit-box-sizing: padding-box;
	  box-sizing: padding-box;
	  font-family: "Roboto";
	  font-size: 0.9em;
	  height: 32px;
	  padding: 6px 0px;
	  resize: none;
	  text-align: center;
	  width: 100%;
	  border: 1px solid rgba(0, 0, 0, 0.2);
	}
	img {
	  border: none;
	}
	.effects {
	  margin: 3em 15em;
	}
	@media only screen and (max-width: 959px) {
	  .demo {
		width: 32.5%;
	  }
	}
	@media only screen and (max-width: 659px) {
	  .demo {
		width: 49%;
	  }
	}
	@media only screen and (max-width: 360px) {
	  .demo {
		width: 100%;
	  }
	}
</style>
</head>
<body>
<div class="effects">
	<h3>The Classes</h3>
	<div class="demo">
	  <figure class="imghvr-fade"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-fade</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-push-up"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-push-up</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-push-down"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-push-down</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-push-left"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-push-left</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-push-right"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-push-right</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-slide-up"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-slide-up</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-slide-down"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-slide-down</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-slide-left"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-slide-left</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-slide-right"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-slide-right</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-reveal-up"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-reveal-up</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-reveal-down"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-reveal-down</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-reveal-left"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-reveal-left</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-reveal-right"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-reveal-right</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-hinge-up"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-hinge-up</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-hinge-down"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-hinge-down</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-hinge-left"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-hinge-left</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-hinge-right"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-hinge-right</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-flip-horiz"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-flip-horiz</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-flip-vert"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-flip-vert</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-flip-diag-1"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-flip-diag-1</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-flip-diag-2"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-flip-diag-2</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-shutter-out-horiz"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-shutter-out-horiz</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-shutter-out-vert"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-shutter-out-vert</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-shutter-out-diag-1"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-shutter-out-diag-1</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-shutter-out-diag-2"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-shutter-out-diag-2</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-shutter-in-horiz"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-shutter-in-horiz</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-shutter-in-vert"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-shutter-in-vert</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-shutter-in-out-horiz"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-shutter-in-out-horiz</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-shutter-in-out-vert"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-shutter-in-out-vert</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-shutter-in-out-diag-1"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-shutter-in-out-diag-1</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-shutter-in-out-diag-2"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-shutter-in-out-diag-2</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-fold-up"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-fold-up</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-fold-down"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-fold-down</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-fold-left"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-fold-left</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-fold-right"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-fold-right</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-zoom-in"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-zoom-in</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-zoom-out"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-zoom-out</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-zoom-out-up"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-zoom-out-up</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-zoom-out-down"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-zoom-out-down</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-zoom-out-left"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-zoom-out-left</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-zoom-out-right"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-zoom-out-right</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-zoom-out-flip-horiz"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-zoom-out-flip-horiz</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-zoom-out-flip-vert"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-zoom-out-flip-vert</textarea>
	</div>
	<div class="demo">
	  <figure class="imghvr-blur"><img src="img/example-image.jpg" alt="example-image">
		<figcaption>
		  <h3>Hello World</h3>
		  <p>Life is too important to be taken seriously!</p>
		</figcaption><a href="javascript:;"></a>
	  </figure>
	  <textarea onclick="this.focus();this.select()" readonly>imghvr-blur</textarea>
	</div>
  </div>
</body>
</html>
相关内容推荐
资源求助发帖
查看更多发帖

*

回帖描述:

*

链接类型:

*

下载链接:

密码:
发帖规则:回帖内容为会员之间的私信,普通网友无法查看。
免责声明:回帖中提供的链接内容仅供会员之间学习参考使用,获取内容后请在法律法规范围内使用。回帖提供的内容应符合法律法规要求,不得违反法律法律的要求。
站点权责:回帖内容如违反法律法规,站点有权封停账号使用权利。对用户举报的内容,站点有责任及时删除违规内容。
热点内容推荐
标题:44种CSS3鼠标滑过图片显示文字动画效果

*

描述:
平均回复时间:3-10分钟
规则介绍:悬赏寻求论坛网友分享资源,站点对分享内容的准确性,合法性,版权等没有足够的监管能力。如果您发现资源不正确,无法使用,不符合法律法律等情况,您可以直接举报资源。站长将尽快核实您的举报,并根据情况,采取封号,退换米粒等处理。

*

回帖描述:

*

链接类型:

*

阅读权限:

*

下载链接:

密码:
发帖规则:回帖内容为会员之间的私信,普通网友无法查看。
免责声明:回帖中提供的链接内容仅供会员之间学习参考使用,获取内容后请在法律法规范围内使用。回帖提供的内容应符合法律法规要求,不得违反法律法律的要求。
站点权责:回帖内容如违反法律法规,站点有权封停账号使用权利。对用户举报的内容,站点有责任及时删除违规内容。
  • 背景波浪
  • 背景波浪
  • 波浪
  • 波浪
客服
在线咨询
周一 至 周日 9:00 ~ 22:00
QQ:1326974360
微信:juyoubuluo6688
客服热线
18205485173
工作日 9:00 ~ 18:00
微信扫码咨询
客户服务
欢迎咨询服务
咨询量较多时,请耐心等待
社群

关注公众号

获取更多资讯

扫码进群(QQ)

与更多大牛交流沟通

0.101530s