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'), ohttps://www.111cn.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-width height = +oheight-heightif(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);
}
deepin20怎么新增字体? deepin20安装字体的教程
Linux如何给文件权限? linux给文件添加可执行权限的技巧
deepin20桌面图标样式怎么修改? deepin更换图标主题的技巧
virtualbox打不开虚拟机怎么办? linux无法访问virtualbox的解决办法
deepin怎么注销系统? deepin系统注销与切换用户的方法
Manjaro linux怎么调鼠标速度? Manjaro鼠标设置光标速度的技巧