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
### I try to use it this way in my react application. But it doesn't work. Please help anyone. It is so essential for me.
import TextLoop from "react-text-loop"; <div> <TextLoop interval={100} springConfig={{ stiffness: 180, damping: 8 }}> <span>Text1</span> <span>Text2</span> <span>Text3</span> </TextLoop> </div>
The text was updated successfully, but these errors were encountered:
@nazmul162001 what version of react are you using? This component hasn't been updated in years, so you're likely just using a newer version of react.
Sorry, something went wrong.
You might have an issue with React version. It doesn't work with 18
This might help @joeyfigaro
This library provides same utility but works for React 18.
https://github.com/WinterCore/react-text-transition
No branches or pull requests
### I try to use it this way in my react application. But it doesn't work. Please help anyone. It is so essential for me.
The text was updated successfully, but these errors were encountered: