-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
When animating elements of an array using a loop, startDelay works only for the first element. How can it work for each element of the loop?
<Typed
strings={words}
typeSpeed={100}
backSpeed={60}
backDelay={500}
startDelay={300}
loop >
<span style={{ color: "red", fontSize: "3.5rem" }} />
</Typed>
Metadata
Metadata
Assignees
Labels
No labels