--- title: "Logo Brand Close" description: "A display-scale wordmark cascades letter by letter into a centered lockup, the accent brand period lands last, an optional tagline and wide-tracked mono URL settle beneath, and the finished identity holds dead still to the end of the film." --- import { InstallCommand } from "/snippets/install-command.jsx"; import { VariablesExplorer } from "/snippets/variables-explorer.jsx"; ```html logo-brand-close.html Logo Brand Close ``` ## Install That writes one file: `compositions/components/logo-brand-close.html`. ## Paste it into your composition Open `compositions/components/logo-brand-close.html` and copy what is inside into your own composition. A component has no size or duration of its own. It takes both from the composition you paste it into. ## 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 | | --- | --- | --- | --- | | `wordmark` | `HYPERFRAMES` | string | Brand name whose letters cascade into the centered lockup. | | `tagline` | `Write HTML. Render video.` | string | Optional tagline that settles beneath the wordmark. Empty hides it. | | `url` | `hyperframes.heygen.com` | string | Optional mono URL line beneath the tagline. Empty hides it. | | `accent` | `green` | `green`, `blue`, `violet` | Contract color used by the brand period at the end of the wordmark. | | `exit` | `none` | `none`, `fade`, `up` | Optional departure. Films end on the still hold, so the default is none. | 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 Logo Brand Close ``` {/* hf:generated-footer */} Tagged `motion-primitive` `typography` `brand` `logo` `end-card` `close`. ## Related topics - [Browse the complete Catalog](/catalog) - [Add assets and Catalog items in Studio](/studio/assets-and-blocks) - [Build a richer composition](/go-further)