What sorcery is this?

Looking at the new website I see the background in motion like it's a gif, however one this size and quality would of taken much longer to load, now I wonder what it is. Am I wrong? Is there something I'm missing?

Its a canvas. Which is basically how you draw images with javascript. What you are seeing is actually an image being rendered in Javascript. Its from an open source project from github; goes by the name "Node Garden".

3 Likes

Nice, thank you

np :)

I though it was ParticleJS :)

1 Like

I'm actually using node garden on a website http://www.noitedosinvestigadores.org but I've been having issues with z-index.
For some reason when I set the content area, header, menu and footer to the foreground the nodes don't show on mouse click. They only show when the node garden is in the foreground. Can anyone give me a hint on this?

Thanks in advanced.