Advice on the right loader/ progress bar during page processing

I needed your help for deciding what kind of loader/progress bar to use for a three-part loading process: uploading files, converting files, preparing new files.
The overall loading time takes 45-75s.
A ‘Infinity loader’ across all three parts
B A single ‘Percent loader’ with weighted averages for each part(for e.g. 10% for uploading, 60% for converting, 30% for preparing)

3 Likes

The best practice according to NNG is:

  • less than 10 seconds: use a looped animation
  • 10 seconds or more: use a % loader
2 Likes

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.