1. 首页
  2. 数据库
  3. 其它
  4. canvas绘制太极图

canvas绘制太极图

上传者: 2021-01-17 01:37:31上传 PDF文件 41.52KB 热度 12次
css样式代码 .animation{ width: 800px; height: 800px; border: 1px solid #000; } #canvas{ animation: rotate 6s linear infinite; } /* 给太极图设置旋转动画 */ @keyframes rotate{ 0%{ transform: none; } 100%{ transform: rotate(360deg); } } javascript代码 //文档加载完毕后执行函数 [removed] = function(){
下载地址
用户评论