Questions tagged [vantajs]

7 questions
4
votes
0 answers

Javascript importing issuse, can't import vanta.js

I had downloaded two javascript libraries throw this command $ npm install --save vanta three vanta.js and three.js , vanta has cool animation that makes your website look nice. I follow some tutorial and I wrote every line same as in the tutorial…
Mustafa
  • 198
  • 1
  • 7
1
vote
0 answers

Vanta.js not reloading after GSAP & Barba JS transition

Ok so I got a Vanta.js background running in my
which looks awesome. Then I introduced a page transition using Barba and GSAP for animations, which are working fine too. But after going back to my index I found that VantaJS isn't loading…
Evreux Pendragon
  • 106
  • 1
  • 11
0
votes
0 answers

How to center align the horizon of Vanta.js Cloud animation?

To optimize UX and page-loads I have three different UI states, blank, with background, and animated. By default the page loads without any backgrounds or animation. The effect I want to achieve is that the background image aligns with the animation…
Moritz Roessler
  • 8,542
  • 26
  • 51
0
votes
0 answers

animated 3d background using vanta.js in vue application

I need to add an animated 3d background using vanta.js in my vue application, I searched for various options in open sources, but I did not find a suitable solution for installing and adding this my vue app code