Skip to content
Get Bricks

Animated typing

The Animated Typing element creates a typewriter effect that cycles through a list of strings with customizable timing and behavior.

  • Tag (select) - The HTML tag to use for the element. Options: div, h1, h2, h3, h4, h5, h6. Default: div.

  • Prefix (text) - Text displayed before the animated strings. Default: “We ”.

  • Suffix (text) - Text displayed after the animated strings. Default: ” for you!”.

  • Strings (repeater) - List of strings to cycle through. Each item has a Text field. Default: “design”, “code”, “launch”.

  • Type speed in ms (number) - Speed of typing each character. Default: 55.

  • Back speed in ms (number) - Speed of deleting each character. Default: 30.

  • Start delay in ms (number) - Delay before starting the animation. Default: 500.

  • Back delay in ms (number) - Delay before starting to delete. Default: 500.

  • Cursor character (text) - Character used as the cursor. Default: ”|”.

  • Loop (checkbox) - Repeat the animation indefinitely. Default: checked.

  • Shuffle (checkbox) - Randomize the order of strings each cycle.