Skip to content
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

Animate.css animations don't work #221

Open
rinogo opened this issue Jul 24, 2020 · 2 comments
Open

Animate.css animations don't work #221

rinogo opened this issue Jul 24, 2020 · 2 comments

Comments

@rinogo
Copy link

rinogo commented Jul 24, 2020

The docs say we should use animation classes like animated fadeInDown. I couldn't get this to work even once I had included Animate.css in my project. However, I was able to get the following to work:

animate: {
	enter: "animate__animated animate__fadeInDown",
	exit: "animate__animated animate__fadeOutUp"
}

I believe the docs simply need to be updated to reflect this new format.

@samirllorente
Copy link

Thank you

@RayhanYulanda
Copy link

Thanks!
It works after include animate.css

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants