Skip to main content
Participant
February 23, 2024
Answered

Expression error. (Transform effect with scale keyframe)

  • February 23, 2024
  • 1 reply
  • 223 views

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.

 

This topic has been closed for replies.
Correct answer Airweb_AE

The error is here:

 

 

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;

 

1 reply

Airweb_AECorrect answer
Legend
February 23, 2024

The error is here:

 

 

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;