Copy link to clipboard
Copied
I want to know the way to add animator properties to a text layer. Can you please show me an example to add RGB Fill color property to a text layer with Range Selector????
Thank you.
Finally I've figured it out.
var animator = app.project.activeItem.layer(1).Text.Animators.addProperty("ADBE Text Animator");
var fillColor = animator.property("ADBE Text Animator Properties").addProperty("ADBE Text Fill Color");
var selector = animator.property("ADBE Text Selectors").addProperty("ADBE Text Selector");
Copy link to clipboard
Copied
Look at this video about Text Animators.
Copy link to clipboard
Copied
My bad. Sorry.I didn't mentioned it earlier. I was asking how can I do that in scripting.
Copy link to clipboard
Copied
Finally I've figured it out.
var animator = app.project.activeItem.layer(1).Text.Animators.addProperty("ADBE Text Animator");
var fillColor = animator.property("ADBE Text Animator Properties").addProperty("ADBE Text Fill Color");
var selector = animator.property("ADBE Text Selectors").addProperty("ADBE Text Selector");
Find more inspiration, events, and resources on the new Adobe Community
Explore Now