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
Bug Description
<DecryptedText text="Secrets" animateOn="view" revealDirection="center" />
Doing this reserves space on the DOM but text is not showing off. I am using tailwind version of the code
Solution: remove the relative positioning from
relative
className={`inline-block whitespace-pre-wrap relative ${parentClassName}`}
Screenshots
The text was updated successfully, but these errors were encountered:
@tonyantony300 feel free to open a PR with any fixes you consider beneficial
Sorry, something went wrong.
Fixed in #38
Closing
No branches or pull requests
Bug Description
Doing this reserves space on the DOM but text is not showing off. I am using tailwind version of the code
Solution: remove the
relative
positioning fromScreenshots
The text was updated successfully, but these errors were encountered: