Presented here is my Gauge component:
https://i.sstatic.net/cQauo.png
This component can also be viewed in action at this link: https://codesandbox.io/s/react-example-e3nxg
The key prop for this component is rating
, which takes a number value.
I am interested in exploring how to animate the opacity values of the paths within the component. For instance, if the rating prop is set to 5
... Is there a way to create an animation that reveals each path sequentially with a predefined time delay between them?
If you have any ideas on implementing this feature, I would greatly appreciate your insights!