I want to animate the resize of a CALayer
. It needs to expand from the left (the right side needs to stay put). Setting the anchorPoint
will make resizes work this way, but once I start animating, it doesn't behave the way I want it to.
Does anyone have a suggestion? Thanks, and sorry for the noob-question.