-
Delay Shape layer scale repeater (moved)
Hi,
Sorry but I’ve posted the first time in the wrong forum.I want to animate the scale parameter of the repeater effect and delay it on several shapes.
I’ve tried with this expression using 2 expressions sliders (effet and delai) but without success
I’ve searched through the web but didn’t find anything about it and I’m wondering if it’s even possibleAny clue ?
thisIndex=thisProperty.propertyGroup(3).propertyIndex;
effet=effect("repetition echelle")("Curseur");
delai=effect("delai")("Curseur")*thisComp.frameDuration*(thisIndex - 1);
[effet.valueAtTime(time - d),effet.valueAtTime(time - delai)]