|
一个超炫HTML5效果实现代码。
需要用Chrome 或者Opera,Firefox,浏览器查看。
效果图如下:

star <script type="text/java script"> window.onload = function () { C = Math.cos; // cache Math objects S = Math.sin; U = 0; w = window; j = document; d = j.getElementById("c"); c = d.getContext("2d"); W = d.width = w.innerWidth; H = d.height = w.innerHeight; c.fillRect(0, 0, W, H); // resize |