Change second hand color with step progress

I’ve looked everywhere here and can’t find what I am looking for.
Does anyone know how I can change second hand color with step progress?
Example… default second hand color is red, but when 5,000 steps are achieved the second hand changes to blue.
I couldn’t get a value to work, and I assume it will need to be 2 hands that swap when the progress is achieved.
It seems a bit out of my depth so far.
Thanks in advance for any help.

1 Like

One way is to have multiple second hands, each with a different color, and each with its own opacity formula controlling its visibility. For your example, have two second hands, one red and one blue, and set their transparency as such:
red hand: $#ZSC#<5000?100:0$
blue hand: $#ZSC#>4999?100:0$

4 Likes

Thanks so much kourosh! That’s exactly what I was looking for.

2 Likes

Later when you are happy with flipping the colours you can get into changing the opacity of one of the hands gradually to get a smooth transision of colour. With the steps you would find a way to reduce 10000 to 100. In that case *. 001. There are other ways to transision with 3 colours when you are ready.

2 Likes

Tried it and it works perfectly! Thanks all!


Won’t show in a preview though. Battery progress does, but not the steps.

2 Likes

You got that. I love Nice Hands.

Yeah steps increase in preview as well, but only from 0 to 2880 (2 per minute)

1 Like