Managed to animate radial progress! #3206
Ookamini95
started this conversation in
Ideas / feature requests
Replies: 1 comment
-
Thanks @Ookamini95 |
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
-
The trick is to use
@property
:Css
Html
<div class="radial-progress animate-value" style="--value:var(--_value);" role="progressbar">70%</div>
Now you can get smooth animations :)
Beta Was this translation helpful? Give feedback.
All reactions