九色国产,午夜在线视频,新黄色网址,九九色综合,天天做夜夜做久久做狠狠,天天躁夜夜躁狠狠躁2021a,久久不卡一区二区三区

打開APP
userphoto
未登錄

開通VIP,暢享免費(fèi)電子書等14項(xiàng)超值服

開通VIP
canvas變幻線效果demo
<!doctype html><html><head>    <title>變幻線-by-@謝帥shawn</title>    <meta charset='utf-8' /></head><body>    <canvas height='560' width='1000' id='canvas'>您的瀏覽器不支持canvas!</canvas>    <script>        //全局變量        starx=Math.random()*canvas.width;        stary=Math.random()*canvas.height;        canvas=document.getElementById('canvas');        ctx=canvas.getContext('2d');        ctx.fillStyle='rgba(0,0,0,.08)';        ctx.lineWidth=5;        ctx.lineJoin='round';        //int        function int() {            setInterval(render,30);        }        //render        function render() {            ctx.beginPath();            ctx.fillRect(0,0,canvas.width,canvas.height);            ctx.moveTo(starx,stary);            starx=Math.random()*canvas.width;            stary=Math.random()*canvas.height;            ctx.bezierCurveTo(Math.random()*canvas.width,Math.random()*canvas.height,Math.random()*canvas.width,Math.random()*canvas.height,starx,stary);            var r=Math.round(Math.random()*255);            var g=Math.round(Math.random()*255);            var b=Math.round(Math.random()*255);            ctx.strokeStyle='rgba('+r+','+g+','+b+',1)';            ctx.stroke();        }        //onload=int        window.onload=int;    </script></body></html>
本站僅提供存儲服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點(diǎn)擊舉報(bào)。
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
快過年了,用五種不同的JS特效帶你看煙花(包郵送元宇宙圖書)
js實(shí)現(xiàn)黑客代碼雨效果
JS閃電打字特效
JavaScript動(dòng)畫實(shí)例:煙花綻放迎新年
JavaScript動(dòng)畫實(shí)例:炸開的小球
Canvas之鼠標(biāo)滑動(dòng)特效
更多類似文章 >>
生活服務(wù)
熱點(diǎn)新聞
分享 收藏 導(dǎo)長圖 關(guān)注 下載文章
綁定賬號成功
后續(xù)可登錄賬號暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服