首页 技术 正文
技术 2022年11月20日
0 收藏 859 点赞 3,318 浏览 2135 个字

点击这里查看效果:
http://hovertree.com/texiao/js/1.htm

HTML文件代码如下:

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8"/>
<title>JS图片自动和可控的轮播切换特效 - 何问起 HoverTree</title><base target="_blank" />
<link rel="stylesheet" type="text/css" href="http://hovertree.com/texiao/js/1/css/style.css" rel="external nofollow" >
<script type="text/javascript" src="http://hovertree.com/texiao/js/1/js/koala.min.1.5.js"></script>
<script type="text/javascript">
Qfast.add('widgets', { path: "http://hovertree.com/texiao/js/1/js/terminator2.2.min.js", type: "js", requires: ['fx'] });
Qfast(false, 'widgets', function () {
K.tabs({
id: 'decoroll2', //焦点图包裹id
conId: "decoimg_a2", //大图域包裹id
tabId: "deconum2", //小圆点数字提示id
tabTn: "a",
conCn: '.decoimg_b2', //大图域配置class
auto: 1, //自动播放 1或0
effect: 'fade', //效果配置
eType: 'mouseover', // 鼠标事件
pageBt: true, //是否有按钮切换页码
bns: ['.prev', '.next'], //前后按钮配置class
interval: 3000// 停顿时间
})
})
</script>
</head>
<body>
<div><a href="http://hovertree.com" rel="external nofollow" >首页</a> <a href="http://hovertree.com/hvtart/bjae/f03e85410878db53.htm" rel="external nofollow" rel="external nofollow" rel="external nofollow" >原文</a>
<a href="http://hovertree.com/texiao/" rel="external nofollow" >特效库</a>
</div>
<div id="decoroll2" class="imgfocus">
<div id="decoimg_a2" class="imgbox">
<div class="decoimg_b2">
<a href="http://hovertree.com/hvtart/bjae/f03e85410878db53.htm" rel="external nofollow" rel="external nofollow" rel="external nofollow" >
<img src="https://img.zhankr.net/gq5kf0cpvvm272775.jpg">
</a>
</div>
<div class="decoimg_b2">
<a href="http://keleyi.com/" rel="external nofollow" >
<img src="https://img.zhankr.net/lj4pouchjol272776.jpg">
</a>
</div>
<div class="decoimg_b2">
<a href="http://hovertree.com/shortanswer/" rel="external nofollow" >
<img src="https://img.zhankr.net/00g0w5zrizt272777.jpg">
</a>
</div>
<div class="decoimg_b2">
<a href="http://hovertree.com/guestbook/" rel="external nofollow" >
<img src="https://img.zhankr.net/1j23p2ape4w272778.jpg">
</a>
</div>
</div>
<ul id="deconum2" class="num_a2">
<li><a href="javascript:void(0)" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" hidefocus="true" target="_self">杨幂</a></li>
<li><a href="javascript:void(0)" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" hidefocus="true" target="_self">范冰冰</a></li>
<li><a href="javascript:void(0)" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" hidefocus="true" target="_self">高圆圆</a></li>
<li><a href="javascript:void(0)" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" hidefocus="true" target="_self">刘诗诗</a></li>
</ul>
</div>
<br />
</body>
</html>

转自:http://hovertree.com/hvtart/bjae/f03e85410878db53.htm

更多图片轮播特效:http://keleyi.com/a/bjac/s3sw6q5t.htm

web前端汇总:http://www.cnblogs.com/jihua/p/webfront.html

相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:9,023
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,513
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,361
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,143
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:7,774
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:4,853