Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects How to paste keyframes into multiple groups in shape layer , staggered?

  • How to paste keyframes into multiple groups in shape layer , staggered?

    Posted by Katy Yeung on November 10, 2020 at 2:43 pm

    Hi,

    I have 36 groups in shape layer and I want to keyframe position. How can I past the position keyframes into the groups so they are staggers in time? Is it possible? Is there an expression I can use? though I don’t know much about expressions.

    Thanks

    Graham Quince replied 5 years, 8 months ago 2 Members · 1 Reply
  • 1 Reply
  • Graham Quince

    November 14, 2020 at 2:45 pm

    Take a look at @danebberts expression for creating trails. You’d pickwhip to one of your shape’s position properties, instead of the layer:

    delay = 5; //number of frames to delay
    
    d = delay*thisComp.frameDuration*(index - 1);
    thisComp.layer(1).position.valueAtTime(time - d)

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy