I am reintroducing a topic which many creators have had issues and questions about but I have never come across a solution. Smooth second hand rotation. Like I see in many topics, the basic formula #DWFSS# works on the creator, online preview and app but when downloaded to my watch, GW4 Classic it still ticks. I was wondering if there is solution out there I am overlooking or not seeing. It would be nice to have the smooth rotation on my watch. I am sure others would like it also. Thx, Scott.
Interesting. Did not know about this issue. Not sure if this works, but try this as a rotation:
(#DWFS#+clamp((#DWFSS#-#DWFS#),0,10))
Not seen this one yet. Very strange. Have you got a lot of Faces on your watch.
You could change the Title of the topic to include Steppy tick .
I see what you mean on my GW4 it look like a 1/10 second tick . That is actually quite realistic for a Posh mechanical watch but not a 21 Century Smart watch .
Here is my offering . For smooth .
((((#DNOW#)*.001)%60)*(360/60))
A test I made with just second hands is fine . The Facer Hybrid Template is Ticky , Too much Voodoo for me .
Yes, correct, my formula is derived steppy type tick, just made it a bit faster.
Original (sorry cannot remember from whom) is:
(#DWFS#+clamp(((#DWFSS#-#DWFS#)-5),0,1)*6)
As always there are at least 24 was to do any of this stuff. It is all based arround what you know that works. Sometimes it is the Mellin Magic that works by doing something complex to give the Processor some exercise and step up a gear. .
Hey all, Thanks for the replies and suggestions. And the winner is…( [tom.vannes] with #DWFS#+clamp((#DWFSS#-#DWFS#),0,10)) as what works for this. Thx.
I first tried a delete faces from my watch, cleared the history and cache from my app. deleted and added the second hand back. That didn’t work so I tried these formulas and all is good. Sorry Russell your’s didn’t like my watch either. No sweat though. This face is my personal fav that I sport on my GW4. I have similar faces published. A lot of small images may be the reason for the issue.
I think I need to get some books on Black Magic. I am begining to lose my grip on what works on Facer.
Glad you got a smooth hand @scttwd well done @tom.vannes.
The way Facer can be I am sure it works on other faces. I haven’t lost any confidence in your magic.