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
When using scroll animation such as fade in, the animated object is fully visible before animating.
It seems the animation-fill-mode both is not working properly.
As an example:
<h2 classname="intersect-full intersect:motion-preset-fade-lg text-9xl font-black motion-delay-1000"> Hello </h2>
Produces this:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using scroll animation such as fade in, the animated object is fully visible before animating.
It seems the animation-fill-mode both is not working properly.
As an example:
<h2 classname="intersect-full intersect:motion-preset-fade-lg text-9xl font-black motion-delay-1000"> Hello </h2>
Produces this:

The text was updated successfully, but these errors were encountered: