How to add text animator to text layer in script?
Hello,
I'm a beginner in scripting and trying to create a script to apply set of expression control and text animator.
I want to add text animator property to selected layer, however I keep having error with the codes below.
selectedLayers[0].Text.Animators.addProperty("ADBE Text Animator");
selectedLayers[0].Text.Animators.addProperty("ADBE Text Position"); //error on this line
What is the correct code?
Thanks a lot.
