New to Telerik UI for .NET MAUIStart a free 30-day trial

Defines the available animation styles for the RadBusyIndicator control. Each animation type provides a unique visual experience optimized for different scenarios and design preferences.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public enum AnimationType

Fields

A smooth circular loading animation with rotating elements. Perfect for general-purpose loading scenarios. Features a clean, minimalist design that works well in both light and dark themes.

C#
Animation1 = 1

A rotating dot animation with suspended movement and discrete steps. Features multiple dots arranged in a circle that rotate with paused motion. Creates a unique stepped rotation effect with elegant timing for premium user experiences.

C#
Animation10 = 10

A multi-layered rotating arc animation with concentric rings. Features multiple arc segments of different sizes rotating at varying speeds and directions. Creates a sophisticated spinning effect perfect for data processing and background operations.

C#
Animation2 = 2

A smooth rotating ring animation with gradient coloring. Features a single circular element that continuously rotates. Simple and elegant design perfect for lightweight loading scenarios.

C#
Animation3 = 3

A sophisticated geometric animation with pattern-based movement. Suitable for technical applications and data analysis. Combines rotation and translation effects for a professional appearance.

C#
Animation4 = 4

A vibrant bouncing animation with rhythmic movement. Perfect for mobile applications and user-friendly interfaces. Creates an energetic and playful loading experience that keeps users engaged.

C#
Animation5 = 5

An animated bar chart-style loading indicator with varying heights. Features multiple vertical bars that grow and shrink rhythmically. Perfect for data loading operations and provides clear visual progress feedback.

C#
Animation6 = 6

A classic spinner animation with continuous rotation. Universal design suitable for any application type. Provides reliable visual feedback with minimal visual complexity and resource usage.

C#
Animation7 = 7

A rotating petal or teardrop-shaped animation with three synchronized elements. Features elegant curved shapes that rotate around a central point. Creates an organic, flower-like loading pattern ideal for creative and design applications.

C#
Animation8 = 8

A sophisticated particle-like animation with distributed elements. Perfect for scientific applications and data visualization. Features multiple synchronized components that create a complex, intelligent appearance.

C#
Animation9 = 9

Enables custom animations defined through the Animations collection. Use this option to create unique loading experiences with custom RadAnimation objects and complex animation sequences.

C#
Custom = 0