[Feature Request] QInnerLoading delay #17016
Unanswered
Techn1c4l
asked this question in
Ideas / Proposals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
QInnerLoading is a great way to show that app is busy. However, sometimes an operation is performed quickly, causing loading spinner and overlay to flash in and out which doesn't look good, especially when you show multiple loadings in a row.
There is however a very simple solution - adding delay to the loading indicator for about 200-300 ms. If an operation finishes quick enough, there is no need to show the loading indicator. If it takes long enough, the indicator will be shown.
Currently, we have to use custom solution with setTimeout to change the
showing
prop only after set delay. It would be much nicer if the component would have adelay
prop which would allow the described behavior.Beta Was this translation helpful? Give feedback.
All reactions