-
ExtendScript, How to add opacity keyframe to any selected layer at current time?
This is what I tried, but not working :/
var myLayer = app.project.item(index).layer(index).propertySpec;
var myProperty = myLayer.opacity;
myProperty.setValue(50);
This is what I tried, but not working :/
var myLayer = app.project.item(index).layer(index).propertySpec;
var myProperty = myLayer.opacity;
myProperty.setValue(50);
We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy