-
Zipper Effect
Hi all,
I’m trying to make a zipper animation, but I’m having trouble getting the individual teeth to orient perpendicular to the line
I have;
1) made a white solid and masked it to create the zipper shape, then precomposed
2)used the following expression to distribute it along the line
spacing = thisComp.layer(“Null 1”).effect(“Slider Control”)(“Slider”);
pos = linear (index, 0, spacing,0,1);
thisComp.layer(“Black Solid 1”).mask(“Mask 1”).maskPath.pointOnPath(percentage = pos, t = time);Any ideas?
Or am I making this all to complicated and there’s a better way?
Cheers
Thanks
Markus