Procedurally generated paths using expressions
Hi! Using expressions, I would like to procedurally create multiple paths without knowing ahead of time how many will be created (these are tic-marks on a graph that I want to scale with animation, and have the tics smoothly appear / vanish as the scaling changes). I can use createPath() to make single paths, which isn't a problem for the axes, but I cannot figure out how to add / remove paths (or shapes) to a shape layer to make the tic marks.
Any thoughts? Thanks!