-
KeyFrames effect 1 axis
I am using Dan’s expression
minAudio = 0;
maxAudio = 15;
maxStretch = .2;audioLev = thisComp.layer(“base”).effect(“Both Channels”)(“Slider”);
stretch = linear(audioLev, minAudio, maxAudio, 1.0, maxStretch);
value * stretch
But I want it to effect only the x scale and for the Y to still be at 100%. What do i need to modify to create this effect?