关于ie的兼容性问题-requestAnimationFrame

window.requestAnimationFrame(a.proxy(this.move,this))
ie9在做一个功能,图片说明,点击下面图片的+号,就将这个copy到上面的显示框中;但是后台会提示SCRIPT438: Object doesn't support property or method 'requestAnimationFrame' ,哪位前端大神给看一下

requestAnimationFrame IE10+才支持,用js来模拟你一定要有动画效果什么的

http://blog.csdn.net/chuyuqing/article/details/37561313/