

- Firefox
Definitely a thing :) #1434
Hey @nephix! Nice to see you being around ☘️
Assuming that this is caused by the animation indeed, I don't see how we could fix it other than removing the progress spinner.
Would be fine for me to either delete or replace it.
My experience so far is that animations of any kind will not perform properly on the web, depending on the combination of hardware and software. You can see a couple of people opening similar issues in Vuetify's repo.
Deleting it would not make sense. we still have to show something to the user when they are waiting. But if we go with animated content there is an absolute certainty that they won't work properly everywhere.
One idea would be to use some kind of animated image with transparency instead. But rasterized animated content with transparency can be tricky to get right.
We could show the following
Waiting for the transactions to be confirmed - Block Number: ####
The Block Number would increment and would show the user that something is happening.
In the future we could do something like we did for the transactions.
As a quickfix we could use the bar, which we have on the transfer in progress modal
(I wasn't quick enough taking a screenshot)

Most helpful comment
Definitely a thing :) #1434