最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
js显示,隐藏函数
时间:2022-06-25 15:19:55 编辑:袖梨 来源:一聚教程网
var hide = function(obj,speed,fn){
obj = $(obj);if (!speed) {
obj.style.display = 'none';
return;
}
else{
speed = speed==='fast'?20:speed==='normal'?30:50;
obj.style.overflow = 'hidden';
}
//获取dom的宽与高
var owidth'), ohttp://www.111com.net/cssdiv/css.html" target="_blank">css(obj,'height');
//每次dom的递减数(等比例)
var wcut = 10*(+owidth.replace('px','') / +oheight.replace('px','')),hcut = 10;
//处理css教程函数
var process = function(width,height){
width = +width-wcut>0?+width-wcut:0;
height = +height-hcut>0?+width-hcut:0;
//判断是否减完了
if(width !== 0 || height !== 0) {
obj.style.px';
obj.style.px';settimeout(function(){process(width,height);},speed);
}
else {
//减完后,设置属性为隐藏以及原本dom的宽与高
obj.style.display = 'none';
obj.style.width = owidth;
obj.style.height = oheight;
if(fn)fn.call(obj);
}
}
process(owidth.replace('px',''),oheight.replace('px',''));
}
显示函数
动画var show = function(obj,speed,fn){
obj = $(obj);
if (!speed) {
obj.style.display = 'block';
return;
}
else{
speed = speed==='fast'?20:speed==='normal'?30:50;
obj.style.overflow = 'hidden';
}var owidth').replace('px',''), oheight').replace('px','');
var wadd = 10*(+owidth / +oheight),hadd = 10;obj.style.+'px';
obj.style.+'px';
obj.style.display = 'block';var process = function(width,height){
width = +owidth-widthheight = +oheight-height if(width !== +owidth || height !== +oheight) {
obj.style.px';
obj.style.px';settimeout(function(){process(width,height);},speed);
}
else {
obj.style.px';
obj.style.px';
if(fn)fn.call(obj);
}
}
process(0,0);
}
相关文章
- 《绝区零》伊芙琳培养材料汇总 01-24
- 《无限暖暖》1.2春节兑换码一览 01-24
- 《网上国网》查询阶梯档位方法 01-24
- 《蛋仔派对》神游贺岁盲盒获取方法 01-24
- 《炉石传说》星际联动盗贼卡组玩法介绍 01-24
- 皮革珊瑚属于珊瑚中的 01-24