The .NET MAUI Shimmer control can be used to improve the responsiveness of an application by showing a modern shimmer effect when data is being loaded in the background.
Easily get started with the .NET MAUI Shimmer using a few simple lines of XAML and C# code example as demonstrated below. Also explore our .NET MAUI Shimmer Example that shows you how to render and configure the .NET MAUI Shimmer.
<shimmer:SfShimmer x:Name="Shimmer" VerticalOptions="Fill"
Type="CirclePersona">
<StackLayout>
<Label
Text="Content is loaded!"
HorizontalOptions="CenterAndExpand"
VerticalOptions="CenterAndExpand">
</Label>
</StackLayout>
</shimmer:SfShimmer>
SfShimmer shimmer = new SfShimmer()
{
Type = ShimmerType.CirclePersona,
VerticalOptions = LayoutOptions.Fill,
Content = new Label
{
Text = "Content is loaded!!"
}
};
this.Content = shimmer;
Use different built-in shimmer types, such as article, circle persona, feed, profile, square persona, shopping, and video, in your application to create interesting shimmer effects.
Infuse text content with a shimmer effect, making articles and blog posts visually engaging.
Enhance user profile displays with a shimmering circular effect, adding a touch of dynamism to avatars.
Make dynamic content visually engaging by applying a shimmer effect.
Apply shimmer to user profiles for an attention-grabbing introduction.
Upgrade shopping experiences with a shimmer effect, making product displays more attractive.
Elevate multimedia elements with a shimmer effect, providing an elegant touch to video content.
Custom shimmer patterns in a variety of forms provide an alternative to the built-in shimmer types.
The .NET MAUI Shimmer control provides extensive customization options for a visually stunning appearance. Users can effortlessly adjust the fill and wave colors, wave direction, and animation durations to achieve the desired visual effect, resulting in a highly customized and engaging user experience.
The number of times the shimmer shape needs to render can be customized.
The animation duration of the wave can be customized.
The Syncfusion .NET MAUI Shimmer control supports the following features:
You can find our .NET MAUI Shimmer demo, which demonstrates how to render and configure the Shimmer.
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.