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

154
Views
¿Hay alguna forma de colocar partículas como fondo sin tener que desactivar la interactividad?

Tengo partículas de lienzo y quiero poner eso en un fondo con interactividad, sin cambios. ¿Hay alguna manera de hacerlo?
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!