--- title: "Blur Out Up" description: "Words arrive clean and depart upward with increasing blur for airy exits." --- import { InstallCommand } from "/snippets/install-command.jsx"; import { VariablesExplorer } from "/snippets/variables-explorer.jsx"; ```html blur-out-up.html
HELLO
```
## Install That writes one file: `compositions/components/blur-out-up.html`. ## Variables Every one of these has a default, so the piece works untouched. Set the ones you want to change on the element: | Variable | Default | Accepts | What it does | | --- | --- | --- | --- | | `direction` | `up` | `up`, `down`, `left`, `right` | Where the offset the timeline drives points. | | `distance` | `standard` | `close`, `standard`, `far` | Scales the travel offset, so the words cover a shorter or longer run in the same time. | | `blur` | `standard` | `soft`, `standard`, `heavy` | Scales the blur radius the timeline drives, from a light haze to a full smear. | | `tone` | `ink` | `ink`, `paper`, `accent` | Word colour: ink for light frames, paper for dark ones, accent rides --brand. | Set them with `data-variable-values` on the element that mounts it. These are the defaults, so this behaves exactly like the preview above until you change one: ```html wrap
``` ## Source ```html
HELLO
```
## Usage Open `compositions/components/blur-out-up.html` and paste its contents into your composition. See the comment header in the file for detailed instructions. {/* hf:generated-footer */} Tagged `motion-primitive` `typography`. ## Related topics - [Browse the complete Catalog](/catalog) - [Add assets and Catalog items in Studio](/studio/assets-and-blocks) - [Build a richer composition](/go-further)