Change active animation?

instead of using an hour hand, I’m having an animation highlight the current hour. how can I have it switch which animation is being shown based on the hour?

Have a second gif off-watch face and move it onto the watchface only during the hour and then off when it’s no longer at the top of the hour.

I’ll see if I can find the code and post it here.

Thanks for the help. I don’t have much programming background, so the code would help immensely

Ok, so for the animated gif you want to play on the hour, place this in the X position spot:

$#DmZ#==0?160:-160$

This says #DmZ#==00 (when it’s 0’clock) ?160 (change the X position of the gif to 160 [center of watch]) :-160$ (when it’s any other minute, move it 160 pixels to the left [off the watchface])

If you need any more help, let me know. Hope this makes sense and helps!

1 Like

Worked like a charm! thank you so much! I did however need to use the DhZ tag though

1 Like