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?
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?