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
…

GLobeasd
- 70
- 6
0
votes
1 answer
React - TypeError: Cannot read properties of null (reading 'vanta')
I learning React and building a simple portfolio in the process. I have incorporated a vanta.js animated background for my home screen, but after implementing a Navigation Bar, I am getting the error: TypeError: Cannot read properties of null…

bragi
- 183
- 2
- 12
0
votes
0 answers
Replace site header with vanta.js background
Yesterday i tried replacing header background with vanta.js background. It was preety hard for me, as a guy new to css, html and js. But soon enough i came up with this design:
my header…

Grand Runemaster
- 1
- 1
0
votes
1 answer
Vanta.js animation stops on scroll
I am using Vanta.js (https://www.vantajs.com/?effect=birds) library and I am able to run it in my code. However, the animation effect pauses when I scroll down the page. Why does this happen and can I fix this?
VANTA.BIRDS({
…

Vika
- 419
- 1
- 13