File tree 2 files changed +2
-0
lines changed
versioned_docs/version-v6/developing
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,7 @@ Below are the config options that Ionic uses.
191
191
| ` popoverLeave ` | ` AnimationBuilder ` | Provides a custom leave animation for all ` ion-popover ` , overriding the default "animation". |
192
192
| ` refreshingIcon ` | ` string ` | Overrides the default icon in all ` <ion-refresh-content> ` components. |
193
193
| ` refreshingSpinner ` | ` SpinnerTypes ` | Overrides the default spinner type in all ` <ion-refresh-content> ` components. |
194
+ | ` rippleEffect ` | ` boolean ` | If ` true ` , Material Design ripple effects will be enabled across the app. |
194
195
| ` sanitizerEnabled ` | ` boolean ` | If ` true ` , Ionic will enable a basic DOM sanitizer on component properties that accept custom HTML. |
195
196
| ` spinner ` | ` SpinnerTypes ` | Overrides the default spinner in all ` <ion-spinner> ` components. |
196
197
| ` statusTap ` | ` boolean ` | If ` true ` , clicking or tapping the status bar will cause the content to scroll to the top. |
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ Below are the config options that Ionic uses.
134
134
| ` popoverLeave ` | ` AnimationBuilder ` | Provides a custom leave animation for all ` ion-popover ` , overriding the default "animation". |
135
135
| ` refreshingIcon ` | ` string ` | Overrides the default icon in all ` <ion-refresh-content> ` components. |
136
136
| ` refreshingSpinner ` | ` SpinnerTypes ` | Overrides the default spinner type in all ` <ion-refresh-content> ` components. |
137
+ | ` rippleEffect ` | ` boolean ` | If ` true ` , Material Design ripple effects will be enabled across the app. |
137
138
| ` sanitizerEnabled ` | ` boolean ` | If ` true ` , Ionic will enable a basic DOM sanitizer on component properties that accept custom HTML. |
138
139
| ` spinner ` | ` SpinnerTypes ` | Overrides the default spinner in all ` <ion-spinner> ` components. |
139
140
| ` statusTap ` | ` boolean ` | If ` true ` , clicking or tapping the status bar will cause the content to scroll to the top. |
You can’t perform that action at this time.
0 commit comments