Good day everyone.
I’ve seen quite a bit of websites recently that have a sort of “blob” elements effect in the header of their site. Is there any way I can achieve this in Webflow with some custom code / JavaScript?
Those are done with Three.js library and the HTML canvas tag.
However to put your own custom animation together like that requires too much advanced knowledge to put in a forum. You might want to check out the Three.js documentation.
Thanks for your help @samliew!
I figured it would be quite advanced. So instead I found one that seems a little bit less complex, from the site below: http://elje-group.com/
It’s a sort of lava-lamp animation, and I believe they’re using something called lamp.animation.js - am I right in this? And if so, where can I find this JS to implement, and how can I implement it?
For the background, I see that to change the colour I need to alter the CSS code, but how do I add a degree to the gradient?
If I want this on a 100vh Hero Section of my site with content above it, do I just place an Embed Component and set it to 100vh, then add content over it?
@samliew
Alright, I’ve tried it, and it works. However, it’s very small for some reason.
Have a look here: netweave.webflow.io
I want it to fill up the entire screen like a Hero Section would, with a height of 100vh and a width of 100%. I then want to add my logo, some text, and other elements in front of it, as if it’s the background (like the site I found this effect from).