Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
v-trof committed Jul 15, 2017
2 parents 836238c + 7c2a6fc commit 0eb77b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Dependency-free Material Design ripple effect for the web, that wouldn't interfere your elements' DOM.
- Tiny (3kb gzipped, even less with your webpack)
- Doesn't need a DOM node as a host, you can create ripples over inputs and images without hacks
- Customizable
- Capable of creating multiple ripples at once
- Enlarges on mousedown, fades out on mouseup
Expand Down Expand Up @@ -32,7 +33,7 @@ Make sure to include it in your webpack (npm/yarn usage) (uses babel-loader with

## Usage

This is how you can tell Ripple.js to watch any element matching a selector
This is how you can tell Ripple.js to watch any element matching a selector (including dynamically added)
```javascript
ripple.watch('#demo-2 button')
```
Expand Down

0 comments on commit 0eb77b6

Please sign in to comment.