摘要: 说它短,是因为总共核心代码+注释不到100行。(需要声明一下的是此代码非原创,但略有修改,加了自已的部分注解) 1: function getEl(id) { 2: return typeof id === "string" ? document.getElementById(id) : id; 3: } 4: /** 5: * @fileoverview Tween 6: */ 7: funct... 阅读全文
posted @ 2011-04-28 14:52 meteoric_cry 阅读(396) 评论(0) 推荐(0) 编辑