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

Offset a controls properties with a null object.

Explorer ,
Mar 17, 2021 Mar 17, 2021

Copy link to clipboard

Copied

Hello,
I was wondering if there is a way with to do this.

I have a null object that has some y rotation in it. I have the object linked to other layers in the comp that have staggered start points. Now I need to offset the start times of the effect to start when with the null objects start time (See Pic)

 

Thanks.

Mark

TOPICS
Expressions

Views

714

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

correct answers 1 Correct answer

Community Expert , Mar 17, 2021 Mar 17, 2021

Like this maybe:

 

thisComp.layer("Y Rotation Control").transform.yRotation.valueAtTime(time-startTime)

Votes

Translate

Translate
Community Expert ,
Mar 17, 2021 Mar 17, 2021

Copy link to clipboard

Copied

Like this maybe:

 

thisComp.layer("Y Rotation Control").transform.yRotation.valueAtTime(time-startTime)

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
Explorer ,
Mar 17, 2021 Mar 17, 2021

Copy link to clipboard

Copied

LATEST

Thanks, I feel like an idiot now .. LOL

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