mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
ion-ripple-effect
The ripple effect component adds the Material Design ink ripple interaction effect. This component can be used without a button and can be added to any component.
Methods
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
Built with StencilJS