New Participant
June 15, 2022
Answered
Expression to offset shape group scale animation?
- June 15, 2022
- 3 replies
- 1626 views
I’m animating dots shapes from typography converted to shapes scaling up with overlapping animation. There are lots of circles in a shape layer and I want them to come on with a X frames distance. Is there a way you can offset keyframes like you can layer or do I have to do it manually? What would be your fastest way of doing it with an expression?
So far I have these 2 options, but they only work towards one shapes group but it doesn't propagate towards groups 3,4, and so on
for x5 frames offset
offset = .2;content(“NAME OF THE GROUP“).transform.scale.valueAtTime(time-offset);
for x1 frame offset
offset = thisComp.frameDuration;content(“NAME OF THE GROUP“).transform.scale.valueAtTime(time-offset);
Cheers!
