Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sirxemic committed Jul 14, 2017
1 parent 33c40d1 commit 4f2830d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -65,4 +65,4 @@ Call `$(selector).ripples('set', name, value)` to update properties of the effec
- `crossOrigin` (setting this won't have any effect until `imageUrl` is changed)

### updateSize
The effect resizes automatically when the width or height of the window changes. When the dimensions of the element changes, you need to call this function explicitly to update the size of the effect accordingly.
The effect resizes automatically when the width or height of the window changes. When the dimensions of the element changes, you need to call `$(selector).ripples('updateSize')` to update the size of the effect accordingly.

0 comments on commit 4f2830d

Please sign in to comment.