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

Expression error in built-in 2d Text Box animation preset.

Community Beginner ,
Jan 30, 2023 Jan 30, 2023

Was trying to utilize the 2d Text Box animation preset.

With no layers selected, I add the effect to my comp, it generates a gray box with the effects added on the layer. When I select my text layer to connect to, nothing happens. To clarify I'm using a text layer with some sample text. The error also occurs with text boxes

 

Looking at the expression I immediately get an error on line 29.

const isTextLayer = (L) => L.text instanceof Group;

Error: > does not have a value

 

I'm on the latest version of AE (23.1.0 Build 83)

TOPICS
Error or problem , Expressions
476
Translate
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 Beginner , Jan 30, 2023 Jan 30, 2023

Thanks to Dan Ebberts for the solve here.

quote

Make sure File > Project Settings > Expressions > Expression Engine is set to JavaScript

Translate
Community Beginner ,
Jan 30, 2023 Jan 30, 2023
LATEST

Thanks to Dan Ebberts for the solve here.

quote

Make sure File > Project Settings > Expressions > Expression Engine is set to JavaScript

Translate
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