Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/james231/javascript-snow-effect
A particle system 'snow effect' you can easily add to your website. Uses HTML Canvas.
https://github.com/james231/javascript-snow-effect
animation background javascript javascript-snow particles snow
Last synced: 7 days ago
JSON representation
A particle system 'snow effect' you can easily add to your website. Uses HTML Canvas.
- Host: GitHub
- URL: https://github.com/james231/javascript-snow-effect
- Owner: James231
- License: mit
- Created: 2020-02-13T00:30:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-01T17:44:32.000Z (over 3 years ago)
- Last Synced: 2024-10-12T14:13:10.742Z (about 1 month ago)
- Topics: animation, background, javascript, javascript-snow, particles, snow
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JavaScript Snow Effect
A particle system 'snow effect' you can easily add to your website. Uses HTML Canvas.## Demo
Clone the repo and open the `index.html` file in your web browser to see a demo.
## How to use
Import the `snoweffect.js` file in your HTML page. You'll need to add a `` tag similar to the demo `index.html` file.
You can customize the appearance (speed/opacity/size/amount) of the snow by changing the variables in the top of the `snoweffect.js` file.
## Requirements
None. Written in plain old JavaScript. No JavaScript or CSS frameworks required.
## License
This code is released under MIT license. This means you can use this for whatever you want. Modify, distribute, sell, fork, and use this as much as you like. Both for personal and commercial use. I hold no responsibility if anything goes wrong.
If you use this, you don't need to refer to this repo, or give me any kind of credit but it would be appreciated.