Skip to content

Add startDelay on each element of loop #11

@nosyminotaur

Description

@nosyminotaur

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions