-
opacity of a bunch of shape layer groups triggered sequentially by markers
Hi!
I’m trying to get this work:
I have a bunch of shape groups inside a shape layer. They are circles forming a spiral. I have to animate their opacity, a quick fade according to the markers on the layer would be the quickest I guess.
So on the first marker, the shape group “circle 001” would fade in and stay, when on the next marker, the shape group “circle 002” would fade in and stay, and so on.
Do you know any approach? playing with the shape group index and make the opacity wait until reaching the next marker is the way right? But no idea about how to achieve it in the expressionthanks!