Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rohanrhu/nodes.js

🌌 nodes.js is a nodes/particles animation useable for backgrounds
https://github.com/rohanrhu/nodes.js

animation background-animation canvas-animation canvas-animations html5 html5-animation web-animation web-animations

Last synced: about 1 month ago
JSON representation

🌌 nodes.js is a nodes/particles animation useable for backgrounds

Awesome Lists containing this project

README

        

# nodes.js
nodes.js is a nodes/particles animation useable for backgrounds

Visit [project page](https://oguzhaneroglu.com/projects/nodes.js/) for example.

### Init

```html

var nodesjs = new NodesJs({
id: 'nodes',
width: window.innerWidth,
height: window.innerHeight,
particleSize: 2,
lineSize: 1,
particleColor: [255, 255, 255, 0.3],
lineColor: [255, 255, 255],
backgroundFrom: [10, 25, 100],
backgroundTo: [25, 50, 150],
backgroundDuration: 4000,
nobg: false,
number: window.hasOwnProperty('orientation') ? 30: 100,
speed: 20,
pointerCircleRadius: 150
});

```

## License
MIT