DEV Community

Cover image for Using loading animation on websites : Blazor Examples
Arun
Arun

Posted on

2

Using loading animation on websites : Blazor Examples

In this video we will discuss how to display loading animation in a Blazor web application.

In a real world there are many usecases where we need a loading spinner or indicator. For example

Your app is processing a report and it takes a few seconds to complete or
A server-side REST API is being called and it's taking a few seconds to retrieve data maybe because of a slow network connection, server busy or just because you are retrieving lots and lost of data.
Whatever maybe the case, if your app is taking a bit of time to do something it's better to display a loading indicator so the enduser knows the application is busy processing the request and not frozen.

Syncfusion Blazor Spinner Component

Blazor Spinner - Simple, Animated Circular Progress Indicator

  1. Show indeterminate progress indicators.
  2. Utilize built-in support for theme-based spinners.
  3. Customize spinners’ appearance, labels, size, type, z-index, and overlay.

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

Top comments (0)

Cloudinary image

Video API: manage, encode, and optimize for any device, channel or network condition. Deliver branded video experiences in minutes and get deep engagement insights.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay