We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

The Xamarin.Forms Effects View is a container control that provides modern effects like ripple, selection, scaling, and rotation. You can render these effects through touch interactions such as touch down, touch up, long press, and also by calling the API.


Effects

Apply any of these effects to improve the responsiveness of your application.

Xamarin.Forms ripple effect.

Ripple

Apply a ripple effect to any kind of view to make it more interactive.

Xamarin.Forms fade-out effect.

Fade out

Apply fade-out animation to the ripple as the ripple progresses.

Xamarin.Forms selection and scale.

Scale and selection

Provide scale-down and scale-up effects to views, combined with the selection effect.

Xamarin.Forms highlight and rotation effect.

Highlight and rotation

Rotate views with smooth animation to the required angle and use a highlight effect. Like this, it is possible to use all these effects in various combinations.


Customization

The appearance of Effects View is highly customizable.

Xamarin.Forms ripple color.

Color

The color of the ripple and selection can be changed to a desired value.

Xamarin.Forms rotation animation duration.

Animation duration

Customize the animation duration of ripple, scale, and rotation effects.


Xamarin.Forms Effects View Code Example

Easily get started with the Xamarin.Forms Effects View using a few simple lines of XAML and C# code example as demonstrated below. Also explore our Xamarin.Forms Effects View Example that shows you how to render and configure the Effects View for Xamarin.Forms.

<?xml version="1.0" encoding="utf-8" ?>
xmlns:syncEffectsView="clr-namespace:Syncfusion.XForms.EffectsView;assembly=Syncfusion.Core.XForms"
<syncEffectsView:SfEffectsView CornerRadius="0,25,0,25">
</syncEffectsView:SfEffectsView>
using Syncfusion.XForms.EffectsView;
using Xamarin.Forms;

namespace GettingStarted
{
    public class App : Application
    {
        SfEffectsView effectsView = new SfEffectsView();
        effectsView.CornerRadius = new Thickness(0, 25, 0, 25);
    }
}



150+ XAMARIN UI CONTROLS

ALL CONTROLS
  • Xamarin.Forms
  • Xamarin.Android
  • Xamarin.iOS
The most downloaded control (based on the nuget.org download count).

Frequently Asked Questions

  • Modern effects like ripple, selection, scaling, and rotation.
  • You can render these effects using touch interactions such as touch down, touch up, and long press, or by calling the API.
  • One of the best Xamarin Effects View in the market that offers feature-rich UI to interact with the software.
  • Simple configuration and API.
  • Extensive demos and documentation to let you learn quickly and get started with the Xamarin Effects View control.

You can find our Xamarin Effects View demo here.

No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.

A good place to start would be our comprehensive getting started documentation.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Transform your applications today by downloading our free evaluation version Download Free Trial

Syncfusion Xamarin.Forms Resources

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.

Up arrow icon
Live Chat Icon For mobile