ae_add_mask
Apply a rectangular or elliptical mask to a layer, optionally restricting bounds for partial masking. Animate the mask for wipe reveals.
Instructions
Add a rectangular or elliptical mask to a layer. Bounds are in the layer's own pixel space ([left, top, right, bottom]); omit them to mask the whole layer. Combine with ae_animate_mask for wipe-style reveals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comp | No | ||
| layer | Yes | ||
| shape | No | rect | |
| bounds | No | [left, top, right, bottom] in layer space. Defaults to the whole layer. | |
| feather | No | ||
| expansion | No | Mask expansion (px). Negative shrinks. | |
| mode | No | add | |
| inverted | No | ||
| name | No |