Answered
Argument I've never seen
hey all, I am currently looking through code a former coworker wrote and he used the following:
_fade.startDelay = (show) ? 0 : 500;
I have never seen an argument written this way. what does the (show) ? 0 : 500; actually say?
thanks,