为了账号安全,请及时绑定邮箱和手机立即绑定

慕课网官网上面,当鼠标放到一个课程上面的时候图片缓慢从中间放大,当鼠标移开的时候又缓慢缩小的效果

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
body{background-color:#CCC}
.box{width:1000px;margin:0 auto;}
.pic{width:200px;height:150px;overflow:hidden;border:10px solid #FFF;}
img{width:200px;height:150px;-webkit-transition:all 0.3s ease;}
.pic:hover img{-webkit-transform:scale(1.2);}
</style>
</head>

<body>
<div class="box">
<div class="pic">
 <img src="http://img1.sycdn.imooc.com//534f8aec00016cec06000338.jpg">
</div>
</div>
</body>
</html>

就这样的吧!

正在回答

举报

0/150
提交
取消
用JavaScript实现图片缓慢缩放效果
  • 参与学习       32792    人
  • 解答问题       91    个

本课程讲解如何使用JavaScript技术实现图片缩放效果,并分析原理

进入课程

慕课网官网上面,当鼠标放到一个课程上面的时候图片缓慢从中间放大,当鼠标移开的时候又缓慢缩小的效果

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信