-
Can’t modify gradient [ and can’t apply loopOut() ]
I made two shapes with Illustrator, copied and pasted in a AE shape layer at different keyframe to animate them.
I can add a gradient fill but can’t modify it.
Another problem occur when I try to loop the animation adding “loopOut()”
AE send this error message:
After Effects warning: Bad method arguments: loop is not supported for custom properties
Expression disabled.
Using this expression loop animation but doesn’t “pingpong” it:
if (numKeys >1 && time > key(numKeys).time){ t1 = key(1).time; t2 = key(numKeys).time; span = t2 - t1; delta = time - t2; t = delta%span; valueAtTime(t1 + t) }else valueHere is the comp.
5421_gradient.aep.zip


