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);
}
}
We do not sell the Xamarin Effects View separately. It is only available for purchase as part of the Syncfusion Xamarin suite, which contains over 155 Xamarin components, including the Effects View. A single developer license for the Syncfusion Essential Studio for Xamarin suite costs $995.00 USD, including one year of support and updates. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team today to see if you qualify for any additional discounts.
You can find our Xamarin Effects View demo here.
No, our 155+ Xamarin components, including Effects View, are not sold individually, only as a single package. However, we have competitively priced the product so it only costs a little bit more than what some other vendors charge for their Effects View alone. We have also found that, in our experience, our customers usually start off using one of our products and then expand to several products quickly, so we felt it was best to offer all 155+ Xamarin components for a flat fee of $995/developer. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team today to see if you qualify for any additional discounts.
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 and five or fewer developers.
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.