0
Is it Possible to Adjust the scaling of Text Field using Scripting
New Here
,
/t5/after-effects-discussions/is-it-possible-to-adjust-the-scaling-of-text-field-using-scripting/td-p/11357022
Aug 13, 2020
Aug 13, 2020
Copy link to clipboard
Copied
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/after-effects-discussions/is-it-possible-to-adjust-the-scaling-of-text-field-using-scripting/m-p/11793128#M161055
Jan 29, 2021
Jan 29, 2021
Copy link to clipboard
Copied
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])
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

