Im trying to make a line blink on and off every second. How would I do this?
1 Like
@Squiglz Maybe not the smartest way, but it seems to work:
$(floor(#Ds#*0.5))==(ceil(#Ds#*0.5))?100:0$
This will find out if a second is odd or even. In one case transparency is set to 100, in the other case to 0.
2 Likes