-
Notifications
You must be signed in to change notification settings - Fork 72
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
Components not visible #59
Comments
Same issue with me |
Try change the animateIn to 'animate__animated animate__fadeIn', like so: |
As of animate.css v4.0.0, CSS classes for animations are all prefixed with |
Try to add "#root" as parent selector like this : |
Attempted to do a simple test:
But the component isn't showing up on the page on scroll. Element is in the DOM but animation is not getting triggered. Only thing I see in the console is: "[HMR] Waiting for update signal from WDS..."
Any ideas?
The text was updated successfully, but these errors were encountered: