We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.4.1
'Hello World!' -> erase 'Hello World!' -> 'Welcome to react-typewriter!' -> erase 'Welcome to react-typewriter!' -> ...
done = () => { if (this.state.typing === 1) { this.setState({ typing: -1 }); } else if (this.state.typing === -1) { this.setState({ typing: 1 }); } } <TypeWriter typing={typing} onTypingEnd={this.done} reset={this.typed} >
How come do i get to reach it?
The text was updated successfully, but these errors were encountered:
Any guesses?
Sorry, something went wrong.
No branches or pull requests
Version
0.4.1
Steps to reproduce
['Hello World!',
'Welcome to react-typewriter!',
'React is awesome!']
this is order of example.
'Hello World!' -> erase 'Hello World!' -> 'Welcome to react-typewriter!' -> erase 'Welcome to react-typewriter!' -> ...
How come do i get to reach it?
The text was updated successfully, but these errors were encountered: