Prototyping a circle progress ring based on variable set would allow for significantly simpler and native prototyping and managment. RN I have a progress ring component with 25+ variants progressing based on a Day variable that then does a Change To to transition to the right one, but this is cumbersome to maintain as each variant requires all the conditional logic to possibly switch to any other given variant.
If I could apply a variable to the Sweep then I could then progress the Sweep variable in relation to the Day variable on just 1 Ellipse, and manage only 1 set of conditionals applied to it.