Closed benslv closed 4 years ago
Hi @silverben10
Does this sample helps?
https://codesandbox.io/s/laughing-pine-hdi1z?file=/src/App.js
@matteobruni Thanks! This kind of worked for me. Took around 30mins to figure out the CSS.
EDIT : for Particles Styling position:fixed;
worked for me to fill the whole background as absolute
was only covering 100vh of the Doc
EDIT 2: Check my website for output: agnibesh.dev And the Github Repo for it : Github/MightyPhoenix/agnibesh.dev
That worked perfectly, thanks @matteobruni!
I'm trying to add this particle animation as the background of a
<header>
section on my site, but I can't work out the proper way to get it to display as the header's background - filling to 100% the height of the header - and then stopping.