The transform layer has no visual content but has a transform property. It is used to add another coordinate system into a transform hierarchy.

The common way to animate multiple layers at once is using groups layers.
You can also use transform layers to animate the movement of multiple timeline layers together. They can be particularly useful for this when the layers to be moved in sync are visually interleaved with other layers that should not be moved. In that case, it can be cumbersome to animate the movement using group layers.
In order to animate the movement of multiple layers at once using transform layers:
Since transform layers have no visual content and can only be used to affect other layers via the transform hierarchy, they don't support most types of effects. This includes the perspective and warp effects, since both of these effects distort the visual contents of their layer.
If you want to apply such an effect to multiple layers at once, you should place the layers in a group and apply the effect to the group layer, instead of using a transform layer.
No search results