-
loopOut/in?
Hi.
I created a Logo with some text in it saying ” BUY NOW “. I use this expression to make the text blink constantly,
loopOut("pingpong")or justloopOut()Now I want the blinking to stop after like 5 sec.I am missing something here, I try write this
loopOutDuration("cycle",5)what can I do to make the blinking stop after 5 sec and the text to remain on the screen??