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
{{ message }}
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.
I found a partial fix, a small degradation of the original version but better then now.
Just removing transition for .wedge element on Safari 9:
_::-webkit-full-page-media, _:future, :root .wedge {
transition: none
}
@foria, thanks for noticing, I wasn't aware of this bug in Safari. It's been over 2 years since I made donut chart and it definitely needs an update to more modern approach. I might take a stab at it this weekend.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi Kris, thanks for your donut code, I love it.
I implemented it in a website and I saw there are problem on rendering along the animation only for Safari.
Do you already know it?
I'm going to check if there is a solution.
The text was updated successfully, but these errors were encountered: