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

Expression error. (Transform effect with scale keyframe)

New Here ,
Feb 22, 2024 Feb 22, 2024

Copy link to clipboard

Copied

Hello, does anyone know what's the problem here? I see the error there, but I don't understand why it appears and how I could fix it.

AfterFX_H1usCIfemw.png

 

TOPICS
Expressions

Views

99

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

Enthusiast , Feb 22, 2024 Feb 22, 2024

The error is here:

screenshot.png

 

 

if(time < thisComp.layer(index-1).transform.scale.key(5).time)

thisComp.layer(index-1).transform.scale.key(5).time;
thisComp.layer(index-1).transform.scale.key(6).time;

 

Votes

Translate

Translate
Enthusiast ,
Feb 22, 2024 Feb 22, 2024

Copy link to clipboard

Copied

LATEST

The error is here:

screenshot.png

 

 

if(time < thisComp.layer(index-1).transform.scale.key(5).time)

thisComp.layer(index-1).transform.scale.key(5).time;
thisComp.layer(index-1).transform.scale.key(6).time;

 

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