Typically, using border-radius: 50%
is effective for many situations, and in Chrome it creates a circle appearance. However, when attempting to rapidly rotate a circle in this specific case, an issue arises.
Is this a glitch with Chrome's border-radius or is it related to the transform property?
Does anyone have a workaround to suggest?
Edit: The outdated example link has been removed.