Skip to main content
Participant
January 24, 2020
Question

Skew/shear text in After Effects

  • January 24, 2020
  • 3 replies
  • 55665 views

I'm looking to create this slanted text effect in After Effects. I've been looking forever trying to figure out how to do it. Fairly simple to do to a shape using transform but I don't have that option with text. I'd prefer to keep the editing capabilities for the text too. 

 

3 replies

Participant
August 27, 2021

You can use the Transform effect (under the distort effect folder) on your live text, it has a skrew function


 

JanneMag
Known Participant
February 22, 2023

Thank you! It's a while since the topic was posted, by someone else, but I was looking for this answer. 🙂

Kyle Hamrick
Community Expert
Community Expert
January 24, 2020

Rick's answer is how I'd do this, though just to toss out another potential solution - the Displacement Map effect.
You can use another layer's white/black values (or other color channels, alpha channels, etc.) to distort a layer.

I covered several examples and use cases here, one of which is this exact look: https://youtu.be/gkFUztG7fL0?t=660

Community Expert
January 24, 2020
  1. Create a new text layer with some text
  2. Reveal the text layer properties by spinning down the twirly>
  3. Select the Animation button and add Skew
  4. Select the rotation property for the text layer
  5. Add this expression to Rotation using the pickwhip
    - text.animator("Animator 1").property.skew
  6. Adjust the skew to change the angle

You could reverse the expression by tying the skew to the rotation like this:
          - transform.rotation

 

With the first method, you transform the rotation using Skew, with the second method you transform Skew using Rotation.  Both of these methods keep the text properly lined up. You could also just type in the values manually but that makes it harder to make design changes later on.