-
Set position of a solid using javascript without enabling a keyframe
How do I use javascript to set the position of a solid in a comp?
I want to create a graph grid in a comp. Thought I could use javascript to easily modify the parameters of the grid than manually create it each time.Dan Ebberts site discusses about setValueAtTime() method for a layer property.
But setValueAtTime() method adds a keyframe at the time given in its parameters.
What method should I use to set the position of a solid in a comp without enabling a keyframe?