Expression dissappears
I'm trying to have my image sync it's scale with the beat of the audio. Was able to convert to keyframes and pickwhip scale to the slider, but I found it too small a scale. I tried to add 100 to each of the values, but if I hit enter or click away, it just dissappears.
Here's the code I have working successfully;
temp = thisComp. Layer("Audio Amplitude") .effect("Both Channels") ("Slider") ;
[temp, temp]
And I try to add the following: + [100,100] in order to make it larger. What am I doing wrong?
I'm going off a tutorial that doesn't have this issue. Thanks