-
Time remapping triggered by marker
Hello,
I have a 2 layers T1 and T2, each one contains an animation triggered by its marker on the MARKER layer.
The following expression make the animation of each layer starts when the corresponding marker is reached. It is in the time remapping expression of each layer:
markerName = thisLayer.name;
timeRemap.valueAtTime(time-thisComp.layer("MARKER").marker.key(markerName).time)Unfortunately, it just works for the first marker of each layer.
I’d like to trigger the animation of each layer several time. The time remap for each layer would continue until the next same marker is reached and it would start again from the beginning for that same layer.
Can you give me a hand please?