Skip to main content
Known Participant
April 27, 2026
Question

How to use Pick Whip to make two objects rotate?

  • April 27, 2026
  • 1 reply
  • 15 views

I have a text layer above a shape layer. I add rotation keyframes to the shape layer and it works, now I want the text layer to rotate along with the shape. I drag the pick whip from the shape layer to the text layer though the text layer is still not animating/rotating. What do I need to do to make this work?

    1 reply

    OussK
    Community Expert
    Community Expert
    April 27, 2026

    The pick whip needs to be dragged from the property you want to control to the property you want to follow. So:

    • Twirl down the text layer's Transform → Rotation property
    • Alt-click (Option-click on Mac) the stopwatch next to the text layer's Rotation to enable expressions
    • Drag the pick whip from the text layer's Rotation → to the shape layer's Rotation
    • The expression box will now show something like thisComp.layer("Shape Layer 1").transform.rotation

    Now when the shape layer rotates via keyframes, the text layer follows.
    Why your way didn't work
    Dragging the pick whip from the shape layer to the text layer would make the shape follow the text — but the text has no keyframes, so nothing happens, and you'd also kill your existing keyframes on the shape (an expression overrides keyframes on the same property).