https://vercel.com/ship 这个颗粒效果用的是什么技术?

查看 49|回复 5
作者:yuankui   
看了下 html ,标签是 svg 标签,但是鼠标放上去之后的颗粒效果是如何实现的呢?

codehz   
see: https:///t/1019368
horizon   
实际上有个 canvas 在
tcper   
背景是个 canvas ,里面粒子动效,上面盖上 svg ,事件直接穿透就行了
supuwoerc   
js 文件大致看了眼,里面有作者信息:
// GLSL textureless classic 2D noise "cnoise",
// with an RSL-style periodic variant "pnoise".
// Author: Stefan Gustavson ([email protected])
// Version: 2011-08-22
用到的应该是: https://github.com/stegu/webgl-noise
DEMO:https://stegu.github.io/webgl-noise/webdemo/
文件:
https://vercel.com/_next/static/chunks/app/ship/2024/(home)/layout-cb52d0a03e2fb354.js?dpl=dpl_Go2ZmQEk1fFJaNjmGu2LrDzcipj4
sunjourney   
粒子效果: https://galacean.antgroup.com/effects/
您需要登录后才可以回帖 登录 | 立即注册

返回顶部