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

Is it Possible to Adjust the scaling of Text Field using Scripting

New Here ,
Aug 13, 2020 Aug 13, 2020

Hi,

I want to Scale and Pass the Expression to the Text Field Based on the Image in Foreground, Is is possible to Scale it using Scripting in AE ?

TOPICS
Scripting
151
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
Community Expert ,
Jan 29, 2021 Jan 29, 2021
LATEST

Yes, you can adjust the scale of a layer through scripting, here's how you would set the scale to 50%:

layer.transform.scale.setValue([50, 50, 50])
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