Overview of .NET MAUI Shimmer (SfShimmer)
10 Apr 20231 minute to read
Syncfusion .NET MAUI Shimmer (SfShimmer) control can increase an application’s responsiveness by displaying a shimmer effect while the content is loading or processing in the background.
Key features
-
Multiple shimmer view types: There are seven different Shimmer view types available in the .NET MAUI
SfShimmer
. TheCirclePersona
view is initially rendered by default. -
Multiple shimmer wave directions: It defines the Animation wave direction for the Shimmer. There are five wave directions available in the
SfShimmer
. By default, the wave direction is rendered by theDefault
wave, allowing the animation from the left top to the right bottom. -
Shimmer view:
ShimmerView
can be used to customize the custom view with different shape by usingShapeType
. TheShimmerView
is available in three different shape types. By default, the shape type isRectangle
.