Replies: 1 comment
-
Have a look at these maybe: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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