What is the name of the effect in the Side Menu Button Xamarin.Forms Android

SimonGhost 256 Reputation points
2021-01-13T09:13:20.623+00:00

Hello Everyone Sorry for this question, but I searched a lot, but I did not find a name for this effect. How can I add this effect to a specific button or image in Xamarin.forms For Android Project and
the effect:
56086-xamarin-forms-effect.gif
Thanks to all

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,318 questions
0 comments No comments
{count} votes

Accepted answer
  1. Alessandro Caliaro 4,181 Reputation points
    2021-01-13T09:27:48.08+00:00

2 additional answers

Sort by: Most helpful
  1. SimonGhost 256 Reputation points
    2021-01-13T12:09:23.933+00:00

    I respect your wonderful work and your constant communication to help people 🙂

    1 person found this answer helpful.
    0 comments No comments

  2. Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,281 Reputation points Microsoft Vendor
    2021-01-13T11:09:07.55+00:00

    Hello,​

    Welcome to our Microsoft Q&A platform!

    What is the name of the effect in the Side Menu Button Xamarin.Forms Android

    Ripple Animation Ripple touch effect was introduced with material design in Android 5.0 (API level 21).

    Touch feedback in material design provides an instantaneous visual confirmation at the point of contact when users interact fwith UI elements. For example, buttons now display a ripple effect when they are touched - this is the default touch feedback animation in Android 5.0. Ripple animation is implemented by the new RippleDrawable class.

    Best Regards,

    Leon Lu


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.