Since i saw @cfw projects great flip watches i tried to create an own version.
Well - it already looks nice but am not 100% sure about the effect.
What do you think?
The effect for the seconds seems to work okay, although i think as well it shouldn´t be displayed to keep the magic. And the timing doesn´t seem to match in the preview…
The formulae for the flipping effect at minutes and hours are not yet perfect for me. I did my very best but i am no crack in maths at all.
The task:
A full flip transition consist of 4 single frame pictures, they should be displayed on after another in a range of 0.12 seconds, just before the change of the number. So it´s 0.03 seconds for each.
This works fine for the seconds with the following formulae:
Seconds
Frame-01
$(((#DWE#/1)-(floor(#DWE#/1)))*1)>=0.87&&(((#DWE#/1)-(floor(#DWE#/1)))*1)<=0.90?80:0$
Frame-02
$(((#DWE#/1)-(floor(#DWE#/1)))*1)>=0.90&&(((#DWE#/1)-(floor(#DWE#/1)))*1)<=0.93?80:0$
Frame-03
$(((#DWE#/1)-(floor(#DWE#/1)))*1)>=0.93&&(((#DWE#/1)-(floor(#DWE#/1)))*1)<=0.96?80:0$
Frame-04
$(((#DWE#/1)-(floor(#DWE#/1)))*1)>=0.96&&(((#DWE#/1)-(floor(#DWE#/1)))*1)<=0.99?80:0$
At the minutes i used different formulae but i am not sure if the effect is to short.
Minutes:
Frame 01
$#Dsm#>=59.87&&#Dsm#>=59.90?80:0$
Frame 02
$#Dsm#>=59.90&&#Dsm#>=59.93?80:0$
Frame 03
$#Dsm#>=59.93&&#Dsm#>=59.96?80:0$
Frame 04
$#Dsm#>=59.96&&#Dsm#>=59.99?80:0$
Hours
Frame 01
$#Dm#>=59&&#Dsm#>=59.87&&#Dsm#>=59.90?80:0$
Frame 02
$#Dm#>=59&&#Dsm#>=59.90&&#Dsm#>=59.93?80:0$
Frame 03
$#Dm#>=59&&#Dsm#>=59.93&&#Dsm#>=59.96?80:0$
Frame 04
$#Dm#>=59&&#Dsm#>=59.96&&#Dsm#>=59.99?80:0$
Maybe the formulae could be combined but i don´t know how to use the first one (seconds) as well for hour and minutes…
Suggestions and/or better solutions are highly appreciated.
Greetings, GAUSS