Creating a Loading Animation in Power Apps

Power Apps is a powerful platform for building business applications. However, when an app performs a process or fetches data that takes time, users can become confused or frustrated, if there is no feedback. Adding a loading animation enhances user experience by clearly indicating, that the app is processing a request.
The animation looks like this: A primary button with the label ‘Save’ including a ‘Save’ icon to the left of the label. When the user selects the button, it becomes disabled, the icon changes to an animated loading spinner, and the label now shows ‘Saving…’ Once the operation is completed, the button returns to its original state. Let’s get started!
Firstly, log in to https://make.powerapps.com.
Click Create on the Home page and select the Blank app,

Now click Create button under the Blank Canvas App.

On creating your canvas app, you will see three dots Icon, click on it, select settings.

If you haven’t enabled modern controls and themes yet, you can do so in the Settings of your Power Apps Studio.

Add a new button to your screen, assign it a proper name, set a clear label for the text, and select an appropriate icon.

Add a Timer control with the Repeat property enabled to ensure the timer's functionality is recurring for tasks requiring periodic execution.







