摘要:
function animate(args){ //保存运动对象 this.animateTarget=args.obj; //保存运动的属性 this.animateProperty=args.property; //保存速度 this.animaterSpeed=args.speed||6; //保存回调函数 this.callBack=args.callBack||false; //初始化动画 this.initAnimate();};animate.prototype={ initAnimate:function(){ var _this=this,speed; window.cl.. 阅读全文
posted @ 2013-09-11 09:47
一只帅蚂蚁
阅读(329)
评论(0)
推荐(0)

浙公网安备 33010602011771号