随笔分类 -  HTML5

摘要:var bgImg=new Image(); bgImg.src=图片路径; c.drawImage(bgImg,0,0,imgwidth,imgheight) 阅读全文
posted @ 2017-11-06 23:15 theshine 阅读(226) 评论(0) 推荐(0)
摘要:window.requestAnimationFrame() 方法告诉浏览器您希望执行动画并请求浏览器调用指定的函数在下一次重绘之前更新动画。 requestAnimationFrame是浏览器用于定时循环作的一个接口,类似于setTimeout,主要用途是按帧对网页进行重绘。 requestAni 阅读全文
posted @ 2017-10-30 15:55 theshine 阅读(195) 评论(0) 推荐(0)