图片友情链接滚动 横向,带控制按钮
友情链接滚动特效
.roun .rounCenter_fh{width:248px;float:left;overflow:hidden;border-left:1px solid #D3D3D3;border-right:1px solid
#D3D3D3;background-color: #FFFFFF;background-position: 193px top; height:133px; padding-top:8px;}
.container, .container img{width:180px; height:50px;}
.index_bank{width:250px; height:60px; background:url(http://zsrimg.ikafan.com/demoimg/200910//bank_back.gif) no-
repeat; padding:30px 0 0 15px;}
|
var $ = function (id) {
return "string" == typeof id ? document.getElementById(id) : id;
};
var Extend = function(destination, source) {
for (var property in source) {
destination[property] = source[property];
}
return destination;
}
var CurrentStyle = function(element){
return element.currentStyle || document.defaultView.getComputedStyle(element, null);
}
var Bind = function(object, fun) {
var args = Array.prototype.slice.call(arguments).slice(2);
return function() {
return fun.apply(object, args.concat(Array.prototype.slice.call(arguments)));
}
}
var Tween = {
Quart: {
easeOut: function(t,b,c,d){
return -c * ((t=t/d-1)*t*t*t - 1) + b;
}
},
Back: {
easeOut: function(t,b,c,d,s){
if (s == undefined) s = 1.70158;
return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b;
}
},
Bounce: {
easeOut: function(t,b,c,d){
if ((t/=d) = this._count && (index = 0);
//设置参数
this._target = -Math.abs(this.Change) * (this.Index = index);
this._t = 0;
this._b = parseInt(CurrentStyle(this._slider)[this.options.Vertical ? "top" : "left"]);
this._c = this._target - this._b;
this.onStart();
this.Move();
},
//移动
Move: function() {
clearTimeout(this._timer);
//未到达目标继续移动否则进行下一次滑动
if (this._c && this._t
[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]
您可能感兴趣的文章:
- 基于jquery实现点击左右按钮图片横向滚动
- jquery焦点图片切换(数字标注/手动/自动播放/横向滚动)
- JS实现图片横向滚动效果示例代码
Tags:图片 横向滚动 控制按钮
相关文章
- 2008-01-01ImageFlow可鼠标控制图片滚动
- 2012-12-12js实现运动logo图片效果及运动元素对象sportBox使用方法
- 2010-11-11JS图片浏览组件PhotoLook的公开属性方法介绍和进阶实例代码
- 2007-04-04用javascript实现图片马赛克后显示并切换
- 2006-07-07自适应图片大小的弹出窗口
- 2007-10-10非常漂亮的JS代码经典广告
- 2008-10-10javascript图片自动缩放和垂直居中处理函数
- 2009-04-04javascript 放大镜效果js组件 qsoft.PopBigImage.v0.35 加入了ch
- 2008-12-12JavaScript 图片切割效果(放大镜)
- 2011-08-08纯JS实现的批量图片预览加载功能