You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to show a spinning animation like https://github.com/j-hui/fidget.nvim when some services are being run (e.g. when fetching mail). I am not sure of the best way to do that.
Should I use CSS animation ? if yes which one ? My other take would be to set interval to 0.1 and draw different characters each time. I fear it uses up too much CPU as there is no adaptive interval ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to show a spinning animation like https://github.com/j-hui/fidget.nvim when some services are being run (e.g. when fetching mail). I am not sure of the best way to do that.
Should I use CSS animation ? if yes which one ? My other take would be to set interval to
0.1
and draw different characters each time. I fear it uses up too much CPU as there is no adaptive interval ?Beta Was this translation helpful? Give feedback.
All reactions