I’m studying Three.js and I found this website: https://fibrotexusa.com/
Can you give me a hint of how to do the texture transition of the TetrahedronGeometry like in this website? I had the visual feeling that is a change of scene or texture based in some scroll trigger.
Using Wappalyzer I saw that the website was made using Webflow and Elementor.
When you will be implementing similar project, don’t use ScrollTrigger, better make custom scrolling. Because, like you see in example which you provided, using this project on mobile ruins whole experience… Better now sacrificing a little more time to understand logic of scrolling without native scrollbar and don’t regret it later, than the other way around.