Answered
How can I use setValueAtTime to animation this Range?
I am writing JSX code. How can I animate this property offset of the Range Selector of animators in a Text layer?
I am writing JSX code. How can I animate this property offset of the Range Selector of animators in a Text layer?
I figure it out, when the unit is set to Index, the code must be like this:
englisTopLayer.property("Text").property("Animators").property("animator1").property("Selectors").property("selector1").property("ADBE Text Index Offset").setValueAtTime( 1, 1);
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.