Description: When the user is performing an action with the application, a saving/loading/processing etc. icon with content will appear indicating to the user that the application is processing. During this time, the user should not perform any other action and should wait until the application is done processing (i.e. when the icon no longer displays on the screen).
508 Guidelines: A loading circle, or progress bar is necessary when data is being loaded/processing in the application. The application must inform the user that there is 'something happening'.
TIP: It is usually best to always present a loading circle, or progress bar anytime the application is loading/processing regardless of the amount of time it takes to complete the action.
Loading…
<p><i class="fa fa-spinner fa-spin"></i> Loading…</p>
Copy