https://github.com/sean-codes/burst
css/javascript for a material burst click effect
https://github.com/sean-codes/burst
Last synced: about 2 months ago
JSON representation
css/javascript for a material burst click effect
- Host: GitHub
- URL: https://github.com/sean-codes/burst
- Owner: sean-codes
- Created: 2017-03-23T04:41:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-02T18:56:37.000Z (over 9 years ago)
- Last Synced: 2025-03-05T22:44:18.627Z (over 1 year ago)
- Language: JavaScript
- Size: 1.1 MB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# burst
A Very lightweight, no dependancy css/javascript for a material burst click effect

## How to use
Include the css and javascript on your site
## Init the elements setting a selector you want the effect to happen on
burst({ selector: '.btn' })
## Changing the burst color
In the css set the `.burst{ background-color: #000 }`