mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
feat(ripple-effect): add option to disable ripple-effect (#16393)
fixes #16379
This commit is contained in:
@@ -7,6 +7,12 @@ export interface IonicConfig {
|
||||
*/
|
||||
animated?: boolean;
|
||||
|
||||
/**
|
||||
* When it's set to `false`, it disables all material-design ripple-effects across the app.
|
||||
* Defaults to `true`.
|
||||
*/
|
||||
rippleEffect?: boolean;
|
||||
|
||||
/**
|
||||
* The mode determines which platform styles to use for the whole application.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user