网站建设|canvas绘画时钟

参考原文:https://www.cnblogs.com/zhaoliner/p/6098717.html
实现效果:https://lixianshengchao.github.io/clock/
网站建设|canvas绘画时钟
文章图片


【网站建设|canvas绘画时钟】

时钟 - 锐客网 #bg { width: 150px; height: 150px; margin-top:75px; background: url(photo.jpg); border-radius:300px; background-repeat:no-repeat; background-size:contain; position: absolute; z-index: -1; animation: myRotate 10s linear infinite; } @-webkit-keyframes myRotate { 0% { -webkit-transform: rotateZ(0deg); } 70% { -webkit-transform: rotateZ(0deg); } 100% { -webkit-transform: rotateZ(360deg); } }


    推荐阅读