Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
didiyordanova committed Jul 3, 2024
1 parent 5c9a835 commit 3de8d0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion controls/templatedbutton/ripple.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions controls/togglebutton/ripple.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3de8d0f

Please sign in to comment.