-
Referencing Essential Graphics Presets in Expressions
Hey all,
I’m building an after effects template and hit upon something which would be nice to be able to include!
On my lower thirds, I have the option for one line or two lines of text. The background shape changes width based on the amount of text in the two boxes. I have rigged up a checkbox to enable / disable the second line. Obviously I can hide the second line of text by making it transparent, but it would be great to be able to delete the text if the second line is unchecked, as my background shape sets its width based on the amount of text in the text boxes.
This lead me to wonder – is there a way to interact with the Essential Graphics panel with expressions?
I want to do something like
if (checkbox ==0){
"";}
else{
--insert text as per essential graphics panel-- }
Any thoughts on this? I’ve not seen any documentation at all for expressions interacting with Essential Graphics.
Cheers!
