Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Change Request]: Animate the value change using CSS counters and custom CSS props #1441

Open
simeonoff opened this issue Oct 18, 2024 · 0 comments · May be fixed by #1492
Open

[Change Request]: Animate the value change using CSS counters and custom CSS props #1441

simeonoff opened this issue Oct 18, 2024 · 0 comments · May be fixed by #1492

Comments

@simeonoff
Copy link
Collaborator

simeonoff commented Oct 18, 2024

Which component(s) are affected?

Progress bar (circular/linear)

Description

Let's refactor the animation of the value (now done using JavaScript with requestAnimationFrame) to a pure CSS solution by utilizing a custom CSS property of type integer in combination with animating a CSS counter.

@simeonoff simeonoff added 🆕 status: new The issue is new and will be reviewed when somebody picks it up. refactoring circular-progress linear-progress labels Oct 18, 2024
@simeonoff simeonoff assigned simeonoff and didimmova and unassigned simeonoff Oct 18, 2024
@simeonoff simeonoff removed the 🆕 status: new The issue is new and will be reviewed when somebody picks it up. label Oct 25, 2024
@simeonoff simeonoff assigned desig9stein and unassigned didimmova Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment