Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

162
Views
Is there a way to place particles as a background but don't have to disable interactivity?

I have a canvas particles and want to put that in to a background with interactivity, no change. Is there any way to do that?
Html:

<html>
    <head>
        <link rel="stylesheet" href="css.css">
    </head>
    <body>
        <div id="particle-canvas"></div>
        <script type="text/javascript" src="particle.min.js"></script>
        <script type="text/javascript">
            var particleCanvas = new ParticleNetwork(canvasDiv, options);
        </script>
    </body>
</html>

CSS:

body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#particle-canvas {
  width: 100%;
  height: 100%;
}

JS:

var options = {
    particleColor: '#fff',
    background: '#1a252f',
    interactive: true,
    speed: 'fast',
    density: 'medium'
};
var particleCanvas = new ParticleNetwork(document.getElementById('particle-canvas'), options);
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!