Love how this watch face works on the creator app, but the fade out just doesn’t work right on my device. Shows as glitchy in android wear preview as well.
Clearly the issue is in my transparency code:
$(#DH#+1)<(#WSH#)&&(#DH#+1)>(#WRH#)?0:$$(#DH#+1)>=(#WSH#)&&(#DH#+1)<=(#WSH#)?((#Dm#)(100/60)):$$(#DH#+1)<=(#WRH#)&&(#DH#+1)>=(#WRH#)?(100-(#Dm#(100/60))):100$
I thought that maybe the sunset and sunrise hours were giving me issues, So I changed it to a static hour:
$(#DH#+1)<(18)&&(#DH#+1)>(7)?0:$$(#DH#+1)>=(18)&&(#DH#+1)<=(18)?((#Dm#)(100/60)):$$(#DH#+1)<=(7)&&(#DH#+1)>=(7)?(100-(#Dm#(100/60))):100$
I also thought that perhaps the final 100 might the issue, but changing that to 0 looks horrid in creator and kinda gives me the inverse issue for the fade.
Anyone who likes the coding stuff, your help would be greatly apreciated.
Much thanks!