diff --git a/controls/templatedbutton/ripple.md b/controls/templatedbutton/ripple.md index ef37ecd8..6cbf3412 100644 --- a/controls/templatedbutton/ripple.md +++ b/controls/templatedbutton/ripple.md @@ -17,7 +17,6 @@ Apply a ripple effect to the TemplatedButton, by using the following attached pr * `Hold`—The element produces a ripple effect when pressed and floods the element while held. * `None`—The element does not render ripple effects. - > The ripple effect is available on Android. ![.NET MAUI TemplatedButton ripple effect](images/templatedbutton-default-ripple-effect.gif) diff --git a/controls/togglebutton/ripple.md b/controls/togglebutton/ripple.md index fdbff68c..bee8c767 100644 --- a/controls/togglebutton/ripple.md +++ b/controls/togglebutton/ripple.md @@ -13,9 +13,9 @@ Apply a ripple effect to the ToggleButton, by using the following attached prope * `RippleColor` (`Color`)—Specifies the color of the ripple effect. * `RippleMode` (enum of type `Telerik.Maui.Theming.RippleMode`)—Specifies the mode in which the ripple effect can be visualized. The options are: - * (Default)`Pulse`—The element will play a ripple effect on pressed and the ripple will fade away even on hold. - * `Hold`—The element will play a ripple effect on pressed and flood the element while held. - * `None`—The element will not render ripple effects. + * (Default)`Pulse`—The element produces a ripple effect when pressed. The ripple fades away even when held. + * `Hold`—The element produces a ripple effect when pressed and floods the element while held. + * `None`—The element does not render ripple effects. > The ripple effect is available on Android.