麻豆小视频在线观看_中文黄色一级片_久久久成人精品_成片免费观看视频大全_午夜精品久久久久久久99热浪潮_成人一区二区三区四区

首頁 > 開發(fā) > HTML5 > 正文

Canvas制作旋轉(zhuǎn)的太極的示例

2024-09-05 07:22:24
字體:
供稿:網(wǎng)友

前言

好久沒動canvas了,今下午突然想回顧一下,就寫了個旋轉(zhuǎn)的太極,哈哈,蠻好玩的,在這里就將自己寫的過程展示出來,旋轉(zhuǎn)使用的css實(shí)現(xiàn)的,沒有用canvas自己的,希望大佬們不要吐槽。

css

body{    background: #ddd;}#canvas{    position: absolute;    left: 40%;    top: 30%;    -webkit-transform: translate(-50%,-50%);    -moz-transform: translate(-50%,-50%);    -ms-transform: translate(-50%,-50%);    -o-transform: translate(-50%,-50%);    transform: translate(-50%,-50%);    -webkit-animation: testAnimate 3s linear infinite;    -o-animation: testAnimate 3s linear infinite;    animation: testAnimate 3s linear infinite;}@keyframes testAnimate {    from {        -webkit-transform: rotate(0);        -moz-transform: rotate(0);        -ms-transform: rotate(0);        -o-transform: rotate(0);        transform: rotate(0);    }    to {        -webkit-transform: rotate(360deg);        -moz-transform: rotate(360deg);        -ms-transform: rotate(360deg);        -o-transform: rotate(360deg);        transform: rotate(360deg);    }}

html

<body>    <canvas id="canvas" width="500" height="500"></canvas></body>

js

let ctx = document    .getElementById("canvas")    .getContext("2d");// left-black-bigctx.beginPath();ctx.fillStyle = "#000";ctx.arc(250,250,200,Math.PI/2,Math.PI*1.5,false);ctx.closePath();ctx.fill();// right-white-bigctx.beginPath();ctx.fillStyle = "#fff";ctx.arc(250,250,200,Math.PI/2,Math.PI*1.5,true);ctx.closePath();ctx.fill();// top-black-middlectx.beginPath();ctx.fillStyle = "#000";ctx.arc(250,150,100,Math.PI/2,Math.PI*1.5,true);ctx.closePath();ctx.fill();// bottom-white-middlectx.beginPath();ctx.fillStyle = "#fff";ctx.arc(250,350,100,Math.PI/2,Math.PI*1.5,false);ctx.closePath();ctx.fill();// top-white-smallctx.beginPath();ctx.fillStyle = "#fff";ctx.arc(250,150,25,0,Math.PI*2);ctx.closePath();ctx.fill();// bottom-black-smallctx.beginPath();ctx.fillStyle = "#000";ctx.arc(250,350,25,0,Math.PI*2);ctx.closePath();ctx.fill();

效果

以上就是本文的全部內(nèi)容,希望對大家的學(xué)習(xí)有所幫助,也希望大家多多支持武林網(wǎng)。

發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 一区二区三区黄色 | 视频一区二区中文字幕 | 欧美视频首页 | 国产精品久久久久影院老司 | 精品国产乱码一区二区三区四区 | 免费的性爱视频 | 亚洲一区二区三区精品在线观看 | 国产午夜精品久久久久婷 | 精品一二三区视频 | 成人网在线观看 | av在线观 | 黄色特级毛片 | 亚洲精品无码不卡在线播放he | 国产91久久精品 | 亚洲精品一区二区三区在线看 | 久久久久国产成人免费精品免费 | 免费的性爱视频 | 午夜精品在线视频 | 日本免费一区二区三区四区 | 黄色大片高清 | 激情视频免费观看 | 九九热在线视频免费观看 | 黄色一级片免费观看 | 99麻豆久久久国产精品免费 | 色综合网在线观看 | 毛片网站视频 | 国产女同玩人妖 | 国产乱淫a∨片免费观看 | 奇米888一区二区三区 | 欧美一级三级在线观看 | 国产亚洲精品久久久久久网站 | 免费看欧美一级特黄a大片 久久免费视频一区二区三区 | 亚洲精品 在线播放 | 国产一国产一级毛片视频在线 | 久草在线观看首页 | 亚洲成人网一区 | 精品影视一区二区 | 久久久国产精品网站 | 欧美成人精品一区二区三区 | 黄色久| 成人福利在线 |