Typing Flow Docs
  • Introduction
    • Get started
    • Configuration
    • Commands
      • text
      • backspace
      • del
      • cursorLeft
      • cursorRight
      • delay
      • home
      • end
    • Examples
  • Features
    • Renderers
    • Hooks
  • Plugins
    • chain
Powered by GitBook
On this page
  1. Introduction

Configuration

PreviousGet startedNextCommands

Last updated 3 months ago

You can configure your flow to get the desired behavior.

example
new TypingFlow({
  renderer: browserRenderer(),
  loop: true,
});
Attribute
Type
Description

renderer

RendererType

Function for displaying animation state. Read

loop

boolean

Shoud the animation be looped

Renderers