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.
Apply any of these effects to improve the responsiveness of your application.
Apply a ripple effect to any kind of view to make it more interactive.
Apply fade-out animation to the ripple as the ripple progresses.
Provide scale-down and scale-up effects to views, combined with the selection effect.
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.
The appearance of Effects View is highly customizable.
The color of the ripple and selection can be changed to a desired value.
Customize the animation duration of ripple, scale, and rotation effects.
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);
}
}
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.
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.