首页

源码搜藏网

首页 > 网页特效 > jQuery特效 >

3D图片层叠旋转木马切换

创建时间:2014-05-13 13:09  

3D图片层叠旋转木马切换
3D图片层叠旋转木马切换
效果预览 立即下载
3D图片层叠旋转木马切换是一款jquery.roundabout 3D图片层叠旋转木马切换效果代码。jQuery旋转木马3D效果图片切换 所属专题:<图片代码

<link href="css/style.css" rel="stylesheet" type="text/css" /> 
 
<script type="text/javascript" src="js/jquery.min.js"></script> 
<script type="text/javascript" src="js/jquery.roundabout-1.0.min.js"></script> 
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script> 
<script type="text/javascript">
$(document).ready(function(){ 
$('#featured-area ul').roundabout({
easing: 'easeOutInCirc',
duration: 600
});
});
</script>    
 
</head> 
<body>
 
<div id="featured-area"> 
<ul> 
<li><a href="http://www.codesocang.com/"><span>代码素材</span><img src="images/speedometer.jpg" alt="代码素材" /></a></li>
<li><a href="http://www.codesocang.com/"><span>PSD素材</span><img src="images/photoshop_plus.jpg" alt="PSD素材" /></a></li>  
<li><a href="http://www.codesocang.com/"><span>flash素材</span><img src="images/fnfast.jpg" alt="flash素材" /></a></li>  
</ul> 
</div>
上一篇:jquery性感女性图片广告
下一篇:仿马可波罗左侧商品列表导航菜单

相关内容

热门推荐