摘要:
其实肯定会有人问为啥用了transform,为什么动画过程不用transition.当时也考虑过,因为[链接:点击这里],所以决定直接用js做动画了.现在搞了个transition的版本出来function BOX_show2(obj,id,on){ this.obj=obj; this.box=document.getElementById(id); this.oWidth = parseInt(this.getStyle(this.box, 'width')); this.oHeight = parseInt(this.getStyle(this.box, 'hei 阅读全文
posted @ 2012-10-18 15:26
zwei1989
阅读(245)
评论(0)
推荐(0)