I am designing a watch face that reveals the background every minute
I want the progress bar to go the opposite way (i.e. reveal seconds clockwise) and also every minute, go from revealing to hiding
I am designing a watch face that reveals the background every minute
Without checking, I would suggest a simple method of whatever Formula/Tag you’re using, just put brackets around it () and add a minus at the beginning -
Instead of Seconds, the Formula/Tag for minutes is simple enough to find #DWFMS#, so if you want the minutes to run backwards then simply adding the minus and brackets should work -(#DWFMS#)
Hope that helps, or at least points you in the right direction.
I used to do a similar thing to reveal the Tickmarks…a long time ago -
@yaskinforrit . How long is the reveal in seconds ? Is it the progressbar ( arc ) that is reducing in size or the dial flashing ?
.
Is this what you mean .
.
.
that’s similar to what I want, but I want the ticks revealed clockwise.
I fount it in https://community.facer.io/t/seconds-round-progress-bar/95445
how about this (inspection open…look for Arc4):
You have to better describe what do you actually imagine.
Does it have to gradually reveal ticks first minute. What should happen when fully revealed?
Should it reverse the growth and hide them gradually or just hide everything and start revealing again in opposite direction?
My example above shows the Seconds Tickmarks revealed Clockwise