HTML5 网状图形动画特效.zip

aishangjiajiaolaoshi 24 0 ZIP 2020-07-16 20:07:04

代码片段: 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

用户评论
请输入评论内容
评分:
暂无评论