--- title: "Soft Blur In" description: "A soft opacity, blur, and lift reveal for headlines, captions, and product UI callouts" --- import { InstallCommand } from "/snippets/install-command.jsx"; import { VariablesExplorer } from "/snippets/variables-explorer.jsx"; ```html soft-blur-in.html ``` ## Install That writes one file: `compositions/components/soft-blur-in.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 | | --- | --- | --- | --- | | `distance` | `standard` | `close`, `standard`, `far` | How far the element is offset before it slides home: 14px, 28px or 52px. | | `direction` | `up` | `up`, `down` | up starts the element below its resting place so it rises in, down starts it above so it drops in. | | `blur` | `standard` | `soft`, `standard`, `heavy` | Starting blur radius, from a light haze to a full smear. | 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 ``` ## Usage Open `compositions/components/soft-blur-in.html` and paste its contents into your composition. See the comment header in the file for detailed instructions. {/* hf:generated-footer */} Tagged `motion-primitive` `text` `reveal` `blur`. ## Related topics - [Browse the complete Catalog](/catalog) - [Add assets and Catalog items in Studio](/studio/assets-and-blocks) - [Build a richer composition](/go-further)