Posted by Skyler Queenz on August 20, 2020 at 9:20 am
Is it possible to animate that rectangle so that it can move in one direction only as i have highlighted in the image..when i try to animate the scale it moves in both sides.
thank you in advance
The simplest way is to convert it to a path and animate the path shape.
Rectangle shapes are always drawn from their center so you need to animate both size and position to give the illusion of scaling from a corner.
You could also. move the Anchorpoint to the position where you want to scale “from”, so that it stays there. The problem with animating a converted path directly (at least as I see it) is that you lose your numeric values in the process.