Skip to content

Commit c87a86b

Browse files
committed
Updated Readme file
1 parent 3e73934 commit c87a86b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@ Optional parameter to pass to the directive.
2020
| :--------------- | :------- | :--------- |
2121
| `color-value` | String | <b>Default: 'rgba(0, 0, 0, 0.35)'</b>. <br> Accepts either HEX, RGB & RGBA values. For optimal look use RGBA with low opacity. |
2222

23+
## Modifiers
24+
25+
By default this directive attaches a click handler to the element as well as the transition is set for 600ms.
26+
For those who wants to modify the same, just pass modifiers to the directive:
27+
28+
```
29+
v-ripple.mouseover.500
30+
```
31+
32+
Can also modify only one
33+
34+
```
35+
v-ripple.mouseover
36+
```
2337

2438
## Sample & Usage
2539

0 commit comments

Comments
 (0)