Search found 2 matches

by visuall
November 18th, 2011, 7:38 pm
Forum: Scripts Discussion
Topic: How to implement fill-color transition in script ?
Replies: 1
Views: 5664

Re: How to implement fill-color transition in script ?

I've gotten an answer from Adobe After Effects Scripting Forum , it now works excellently. " Your color channels need to be between 0 and 1, like this: animator1.fillColor.setValueAtTime(1,[1,0,.878,1]); animator1.fillColor.setValueAtTime(2,[0,.878,1,1]); animator1.fillColor.setValueAtTime(3,[1...
by visuall
November 17th, 2011, 7:41 pm
Forum: Scripts Discussion
Topic: How to implement fill-color transition in script ?
Replies: 1
Views: 5664

How to implement fill-color transition in script ?

Hi Everyone! The following code(setValueAtTime) doesn't support for fill-color transition, but this feature is supported by After Effects CS5.5 UI. So could you please give a hint about how to implement fill-color transition in script ? ... var layer1 = app.project.item(1).layers.addText("Examp...