Can you make the progress circle tick instead smooth fill?

I want to find out if I can make the fill bar go ticking instead smooth fill… for example, I can use this (round(#DWFSS#)) with the regular second hand but doesn’t work on the progress bar… Any different calculations to achieve the same effect of jumping 6 micro spaces for every second with the progress circle? Thank you in advance! :wink::v:

All you need to do is change from #DWFSS# to #DWFS#

1 Like

Thank you, Daz for responding! What I’m trying to achieve is the same effect of (round(#DWFSS#)) (second-hand jumps 6 times every second) of the regular second hand but using the progress circle/bar… I probably didn’t explain it correctly… I tried using (round(#DWFS#)) but does not work with the progress element…

I just tested this
((round(#DWFSS#))/360)

And it works perfect

2 Likes

Perfect! Thank you very much! That’s exactly what I was looking for… You’re awesome! :wink::v: