Skip to content

Animate.css animations don't work #221

@rinogo

Description

@rinogo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions