Ripple Effect in .NET MAUI Effects View (SfEffectsView)

22 May 20251 minute to read

The SfEffects.Ripple is an expandable circle that is initially placed at the tapped location and grows until the whole layout is filled. The effect is rendered based on the InitialRippleFactor.

<syncEffectsView:SfEffectsView TouchDownEffects="Ripple">
</syncEffectsView:SfEffectsView>
var effectsView = new SfEffectsView()
{
    TouchDownEffects = SfEffects.Ripple
};

Ripple effect