-
This simple expression doesn’t work! Why?
I want my layer to loop only if my layer’s fill effect’s red color isn’t black.set to the other color it loop, but set to black it doesn’t loop.this statements just don’t work out; i have set keyframes and with the expression make them loop! but in either cases it keep looping out.
THANKS
//loop only if there is not black color in fill effect of the layer
if ( effect("Fill")("Color") != [0,0,0,0] ){
loopOut("cycle",0);
}