• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Expression to Repeat animation on offset layers?

New Here ,
May 27, 2020 May 27, 2020

Copy link to clipboard

Copied

I'm trying to setup a cartoon countup 1-100.

My text has a scale wiggle,  I precomposed some text layers to add some scale-in bounce using keyframes 0 > 110 > 100,

I'm going to have to precomp all 100 numbers layers and copy/paste the same keyframes. Instead can I create a null object, keyframe the number slider 0 > 110 > 100, and have all 100 precomp layers go through that same animation sequentially?

 

Thank you

TOPICS
Expressions

Views

639

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 27, 2020 May 27, 2020

Copy link to clipboard

Copied

Sure. That would be a classical valueAtTime() expression filtered through a linear() similar to linear(time,inPoint,outPoint,layerA.valueAtTime(Start),layerA.valueAtTime(End)). This is some pseudo-code, but you'll get the drift. Other than that a simple copy&paste approach doesn't sound too bad, to be honest. It's easy enough to animate this once, duplicate stuff and then stagger layers with the Sequence Layers keyframe assistent or scripts. Likewise I'm pretty sure there is in fact some "trail delay"script on AEScripts.com that can help.

 

Mylenium

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 27, 2020 May 27, 2020

Copy link to clipboard

Copied

LATEST

Awesome,

 

Thanks man, ill have a go at that expression. If that doesn't work I'll head to AEscripts.

 

thank you

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines