Question
Opposing rotation expression
Hello I am trying to create a basic butterfly wing animation (top down. And I just want to add an expression to make the left wing rotate in the opposite direction. and the shadows to basically do the same.
I am currently using the following expression. And it's not working. Does anyone have any suggestions?
thisComp.layer("Right Wing").transform.yRotation;
//value *= -1;
