Expression added to scale transform also affects position, is this a bug?
I'm using a control layer (gradient ramp) to attempt to adjust the scale of another layer but I am baffled why my expression when added to the layer scale transform is affecting the position of my layer object. It should only adjust the scale and leave the position parameters alone?
The expression I am using is:
x = thisComp.layer("Gradient: Plus Chevron").sampleImage(transform.position, [.5,.5]/2, true, time)[0];
100*[x,x]
Here is a video showing that the layer object moves from the center leftward to end at it's origin when the scale goes from 0-100%. How do I prevent the layer from moving? I just need it to scale in place.
