Seconds hand rotation

can anyone help im trying to make the seconds hand tick from 4 o"clock to 8 and back to the 4 because the (240- formula not working in the rotation part

1 Like

This is the formula i use for retrograde second hand. (238-((-#DWFSS#)/(360/240)))

you will have to play with the numbers to get the movement you want.

this formula will go from 8 to 4, (240-((-(#DWFS#+clamp(((#DWFSS#-#DWFS#)-5),0,1)*6))/(360/240)))

1 Like

thanks for the help

1 Like

I thought you was

not to make it tick from 8 to 4 and then jump back.
for your question should work (120+#DWFS#/3).

1 Like