Expression for mouth animation(change position to rotation)
Hello I have an animated caricature that I have been using the expression "temp = thisComp.layer("Audio Amplitude").effect("Both Channels")("Slider") * 1;
[position[0], position[1] + temp]" This has gone on Position. I would like to do the same thing with the Rotation. I have already tried changing it to, "
temp = thisComp.layer("Audio Amplitude").effect("Both Channels")("Slider") * 1; [rotation[0], rotation[1] + temp]" but it did not work. Any help would be appreciated.