Configuration

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 Renderers

loop

boolean

Shoud the animation be looped

Last updated