1. 首页
  2. 移动开发
  3. 其他
  4. HTML5 网状图形动画特效.zip

HTML5 网状图形动画特效.zip

上传者: 2020-07-16 20:23:04上传 ZIP文件 2.71KB 热度 26次
代码片段: const PHI = (1 Math.sqrt(5)) / 2, // 1.618033988749895   maxGeneration = (navigator.userAgent.toLowerCase().indexOf('firefox') > -1) ? 5 : 6,   frameDuration = 1000 / 60,   duration = 3000,   rotationSpeed = 0.3,   totalIterations = Math.floor(duration / frameDuration),   maxBase
用户评论