EnumAnimationType
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:
public enum AnimationType
Fields
Animation1
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.
Animation10
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.
Animation2
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.
Animation3
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.
Animation4
A sophisticated geometric animation with pattern-based movement. Suitable for technical applications and data analysis. Combines rotation and translation effects for a professional appearance.
Animation5
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.
Animation6
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.
Animation7
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.
Animation8
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.
Animation9
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.
Custom
Enables custom animations defined through the Animations collection. Use this option to create unique loading experiences with custom RadAnimation objects and complex animation sequences.