Question: Is it possible to offset time for a Trim Paths layer?
I have this project, where it would save me massive amounts of time if the following was possible:
Using an expression, offset the time of multiple Trim Paths instances (both start and end parameters) based on keyframe animation data from the start and end parameters of a single instance of Trim Paths – preferably using the same shape layer as a container for multiple shapes.
I have looked around, and have only found people using time offset expressions for parameters like Scale and Position – is there one for percentage-based parameters like Trim Paths?
Example of one of these could be: thisComp.layer("Layer").transform.scale.valueAtTime(time - .1)
