中文字幕日韩一区二区_国产一区二区av_国产毛片av_久久久久国产一区_色婷婷电影_国产一区二区精品

javascript簡(jiǎn)易動(dòng)畫類(div漸變)

程序源碼
復(fù)制代碼 代碼如下:
function Animate(el, prop, opts) {
this.el = el;
this.prop = prop;
this.from = opts.from;
this.to = opts.to;
this.time = opts.time;
this.callback = opts.callback;
this.animDiff = this.to - this.from;
}

Animate.prototype._setStyle = function(val) {
switch(this.prop) {
case 'opacity':
this.el.style[this.prop] = val;
this.el.style.filter = 'alpha(opacity=' + val * 100 + ')';
break;
default:
this.el.style[this.prop] = val + 'px';
break;
}
}

Animate.prototype._animate = function() {
var that = this;
this.now = new Date();
this.diff = this.now - this.startTime;

if (this.diff > this.time) {
this._setStyle(this.to);

if (this.callback) {
this.callback.call(this);
}
clearInterval(this.timer);
return;
}

this.percentage = (Math.floor((this.diff / this.time) * 100) / 100);
this.val = (this.animDiff * this.percentage) + this.from;
this._setStyle(this.val);
}

Animate.prototype.start = function() {
var that = this;
this.startTime = new Date();
clearInterval(this.timer);
this.timer = setInterval(function() {
that._animate.call(that);
}, 4);
}

Animate.canTransition = function() {
var el = document.createElement('foo');
el.style.cssText = '-webkit-transition: all .5s linear;';
return !!el.style.webkitTransitionProperty;
}();

使用方法
復(fù)制代碼 代碼如下:
// 透明度漸變
function changeOpacity() {
// 透明度漸變 從1 - 0 漸變時(shí)間1000ms
var fx = 'opacity', from = 1, to = 0, time = 1000;
// 漸變完畢執(zhí)行的回調(diào)函數(shù)
var callback = function() {
from = 0; to = 1;
new Animate(demo, fx, { from: from, to: to, time: time, callback: resetButton}).start();
}
// 實(shí)例化漸變函數(shù)
new Animate(demo, fx, {
from: from,
to: to,
time: time,
callback: callback
}).start();
}

演示代碼:

[Ctrl+A 全選 注:如需引入外部Js需刷新才能執(zhí)行]

JavaScript技術(shù)javascript簡(jiǎn)易動(dòng)畫類(div漸變),轉(zhuǎn)載需保留來源!

鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標(biāo)記有誤,請(qǐng)第一時(shí)間聯(lián)系我們修改或刪除,多謝。

主站蜘蛛池模板: 欧美日日 | 可以在线看的黄色网址 | 精品视频一区二区在线观看 | 久久中文字幕电影 | 成人三级视频 | 黄色免费av | 日日干日日操 | 亚洲精品成人av久久 | 久久国内精品 | 在线视频 欧美日韩 | 国产一区二区美女 | 亚洲欧美激情视频 | 一区二区三区视频免费看 | 国产一区二区三区高清 | 国产夜恋视频在线观看 | 欧美美女爱爱 | 亚洲美女一区 | 久久精品一 | 午夜理伦三级理论三级在线观看 | 在线视频一区二区 | 久久亚洲国产精品 | 精品一区二区三区免费视频 | 96国产精品久久久久aⅴ四区 | 久久久久久久久国产精品 | 91极品尤物在线播放国产 | 成人精品国产免费网站 | 成人av播放| 欧美日韩一 | 在线免费看黄 | 自拍 亚洲 欧美 老师 丝袜 | 国产精品一区久久久 | 一区二区三区高清 | 亚洲视频在线观看一区二区三区 | 久久精品一区二区三区四区 | 国产精品日韩欧美一区二区三区 | 亚洲一区二区中文字幕在线观看 | 黄色操视频 | 亚洲黄色一级 | 国产精品高潮呻吟久久 | 成人精品久久久 | 男人天堂社区 |