canvas-nest.js: Interactive Particle / Nest System with JS & Canvas

canvas-nest.js: Interactive Particle / Nest System with JS & Canvas

Description:

canvas-nest.js is a minimal JavaScript library that draws an animated, canvas based particle/nest system for interactive background.

How to use it:

Just download and include the canvas-nest.js JavaScript file at the end of the document and we’re ready to go.

1<script src="canvas-nest.js"></script>

Config the particle system.

  • color: color of the particles.
  • opacity: Opacity of the particles.
  • pointColor: color of points,
  • zIndex: CSS z-index property.
  • count: the amount of the particles
1<script
2color="255,0,0"
3opacity='0.7'
4zIndex="-2"
5count="120"
6src="canvas-nest.js">
7</script>

Author: hustcc

License: MIT

Demo: Link

Download: Github

Fancy you stumbling on my piece of the internet. Bonjour!

My name is Anmol and I'm the Blogger-In-Chief of this joint & working as the Chief Technology Officer at Azoora, Inc. I'm putting up my views here trying to help creative solopreneurs, developers & designers build their business using the power of websites, apps & social media, this, is, my jam.

If you're looking to start your own online business with a professional high quality website or mobile app, just get in touch. I'd be more than happy to assist.

SKYPE | FACEBOOK | LINKEDIN | TWITTER | EMAIL

One comment

Leave a Comment

Your email address will not be published.