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

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

Awesome Lists containing this project

README

          

# burst
A Very lightweight, no dependancy css/javascript for a material burst click effect

![example](https://github.com/sean-codes/burst/blob/master/example.gif?raw=true)

## 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 }`