Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add startDelay on each element of loop #11

Open
nosyminotaur opened this issue Nov 3, 2019 · 1 comment
Open

Add startDelay on each element of loop #11

nosyminotaur opened this issue Nov 3, 2019 · 1 comment

Comments

@nosyminotaur
Copy link

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>
@sheikhahsan
Copy link

sheikhahsan commented Dec 18, 2019

@nosyminotaur I checked and this is the behavior of underlying lib typed.js https://github.com/mattboldt/typed.js/ so need to report it there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants