Alternatively, you could use a conic gradient: it would simplify the HTML and the CSS. At it can be animated with @property (although only on Chromium for now):
This is great. I really appreciate the answer you gave here. I was looking at how to do this and I think I found a few ways. This one is the least hacky though. I appreciate the post here too. But I think your answer is better.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Alternatively, you could use a conic gradient: it would simplify the HTML and the CSS. At it can be animated with
@property(although only on Chromium for now):That isn't true, it has still quite limited browser support.
developer.mozilla.org/en-US/docs/W...
Double checked, you're correct
This is great. I really appreciate the answer you gave here. I was looking at how to do this and I think I found a few ways. This one is the least hacky though. I appreciate the post here too. But I think your answer is better.