Hi… does anybody know how to make a pendolum movement?
Thanks
Of course you can use Sin funciton or interpAccelDecel like this for example (-(36*sin((#Dsm#-#Ds#)*6.28)))
that I used in this watchface:
2 Likes
Hi @locoecos, you can use the sin function as @dario.marnoni mentioned and gave example.
Here is a link to a tutorial article that can also help: http://docs.facer.io/d-tag-and-formula/the-kitchen-sink/ look for the Pendulum Motion section of the article.
Enjoy,
~Sirhc
1 Like
Thank U for answering…
and thanks for the example…
Thank you for this formula. Is there a way to slow it down it is a second on each side?
When you multiply, in this case by 2, the speed increases, if you divide, it will decrease.
(sin(#DWE#*2)*50)
1 Like