-
Need to automate – rotate layer A from 0 to 30 then back to 0 while B is rotating 180 deg.
Hello!
I have two layers – A and B.
Layer A is linked to null and it is rotated from 0 to 180 deg.
Layer B is linked to layer A and it needs to rotate in a specific way.
When layer A rotation value is 0, layer B also needs to be 0.
When layer A rotation value is 45, layer B needs to be 30.
When layer A is 180, layer B needs to be back to 0.That, of course, needs to be smooth, not in jumps.
So I need expression that would read layer A rotation value and rotate layer B accordingly.