AE Screens
New Here
AE Screens
New Here
Activity
‎Oct 06, 2022
03:39 PM
6 Upvotes
I came up with an easy trick to make any text monospace (regardless of font)
... View more
‎Oct 06, 2022
12:06 PM
2 Upvotes
I figured out an easy way to make text monospaced using the vertical type tool. You can get around the spacing issue by applying the following expression to your source text: value.replace(/ /g, " ");
... View more
‎Sep 09, 2022
12:57 PM
1 Upvote
Parenting in After Effects is pretty straightforward. But when you change the actual text, path, or size of a parent layer, the children don't always follow how you'd want them to (kids...amirite?). Thankfully, this is fixable with an expression using sourceRectAtTime(). But the downside to using an expression like this is that it will break the current layout and position of your child layer. So I made a free script to automatically attach layers to the bounding box of their parent. The script applies an expression using sourceRectAtTime(), but keeps the current position as-is. Pretty easy to use and you can set both horizontal and vertical constraints. I made a tutorial here: Download Parental Controls for free here: https://aescreens.com/tools/parental-controls
... View more