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
Everything works perfectly with version 0.3.0. This version uses Animate.css version 3.5.1. I wanted to change to version 4.0.0 by removing this line:
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/kissui.scrollanim/0.3.0/scrollanim.min.css">
And replacing it with this:
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css"/>
Everything seems to be going well, there are no errors and the elements appear and disappear. But the movement is not reproduced.
How can we upgrade to Animate 4.0.0?
The text was updated successfully, but these errors were encountered:
I see the problem is in the new class names. In version 4.0.0 they start with "animate__", just add this and the CSS library would be independent.
Sorry, something went wrong.
Maybe with a little modification it would be worth:
element.element.className += ' animate__animated animate__' + element.event[e].animation;
No branches or pull requests
Everything works perfectly with version 0.3.0. This version uses Animate.css version 3.5.1. I wanted to change to version 4.0.0 by removing this line:
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/kissui.scrollanim/0.3.0/scrollanim.min.css">
And replacing it with this:
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css"/>
Everything seems to be going well, there are no errors and the elements appear and disappear. But the movement is not reproduced.
How can we upgrade to Animate 4.0.0?
The text was updated successfully, but these errors were encountered: