mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(): update readme
This commit is contained in:
@ -8,9 +8,22 @@ The ripple effect component adds the [Material Design ink ripple interaction eff
|
||||
|
||||
## Methods
|
||||
|
||||
| Method | Description |
|
||||
| ----------- | -------------------------------------------- |
|
||||
| `addRipple` | Adds the ripple effect to the parent element |
|
||||
### `addRipple(pageX: number, pageY: number) => void`
|
||||
|
||||
Adds the ripple effect to the parent element
|
||||
|
||||
#### Parameters
|
||||
|
||||
| Name | Type | Description |
|
||||
| ------- | -------- | ----------- |
|
||||
| `pageX` | `number` | |
|
||||
| `pageY` | `number` | |
|
||||
|
||||
#### Returns
|
||||
|
||||
Type: `void`
|
||||
|
||||
|
||||
|
||||
|
||||
----------------------------------------------
|
||||
|
Reference in New Issue
Block a user