-
Re-position the anchor point of already animated layer.
Hi,
Alright, I came across an issue and it drives me nuts. I’ll explain an example and I hope it’s clear.
Lets say that I have a shape layer with a square form. I want to animate its rotation from the bottom left corner of it. All I have to do is to move the anchor point to the bottom left corner and animate the rotation property. So far so good, but what if I decided to add one more animation to the same the layer. Lets say I want after the rotation animation to add scale animation, but this time I want the animation to start/end from/in the top right corner. That’s mean I need to move the anchor point again to the top right corner. Someone may say “Well that sounds easy, just grab the (Pan Behind) tool and re-position the anchor point” BOOM!! the whole animation got messed up, both the rotation and scaling.
So how i can re-position the anchor point for an animated layer without messing up its animation? I know a way around it, but it consumes my time and effort, which is duplicating the layer with different positions for anchor points and trimming them then add two different animations. This method will consume my time and make my composition more complicated.
Any suggestions?
Thanks,