> ## Documentation Index
> Fetch the complete documentation index at: https://motionly.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Text

> Create editable text layers in .motion files.

# Text

Text objects use the `text` keyword and a unique name.

```motion theme={null}
text title {
  value "Motion graphics"
  center
  x 0
  y 0
  size 72
  color #ffffff
  opacity 1
}
```

Use `size`, not `fontSize`.

Keep text readable. Split long copy into aligned text layers only when it improves layout, and preserve exact words and punctuation when matching narration.
