look in this if the text file is clumsy:-https://github.com/ADIIS007/Resume/blob/main/src/components/public/particles.tsx
The particle animation is only applied fr a page
Image:- lower half is blank without the effect
10 messages · Page 1 of 1 (latest)
look in this if the text file is clumsy:-https://github.com/ADIIS007/Resume/blob/main/src/components/public/particles.tsx
The particle animation is only applied fr a page
Image:- lower half is blank without the effect
because the canvas used for the particle effects has the wrong size
it's size is probably take from it's parent div, wich also has the wrong height
so maybe try to look into that
looks like the canvas is the size of the viewport, not the size of the page
lines 86 and 87
if you want your canvas to be the size of the viewport, then the canvas must be placed using position: fixed;
@shadow crypt
also, that wasn't a TypeScript question
so maybe not the best place to ask for those kinds of things