2

I'm actually looking at circular progress bars that can fit in the 45px x 45px space, as such there's a limit to what can be displayed (so the typical long and narrow progress bar isn't going to work well there).

I was wondering if there are examples of similar behaviours that have been implemented for displaying progress to the user like the one described below:

enter image description here

3
  • Sorry, what exactly is your question? Are you asking for examples where this functionality has been used before? Commented Jun 5, 2020 at 6:17
  • Can you describe the behavior? Commented Jun 5, 2020 at 18:24
  • Yes, I'm asking for examples where this function has been used before. Right now I can only think of after effects, and then use after effects file to integrate. Commented Jun 8, 2020 at 2:54

1 Answer 1

0

It certainly looks possible because component libraries have the various behaviours required like this one: https://mui.com/material-ui/react-progress/

Generally it is not a good idea to have too many interactions and states in a component, but I can see this being something used in applications where you have to download multiple things and maybe pausing is a preferred primary behaviour to cancelling.

Basically it just involves replacing the label used to indicate the progress to the pause state, but you still want to display the progress rather than hiding it when it is in the paused state (since you don't want the user to unpause just to see the progress).

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.