@cyberchicken thanks for your feedback! The issue seems to come from the animate.css library, as it was not initially built for scroll animations. The animation keyframes for some classes end at 50%, instead 100%. After the animation ends, the style goes back to opacity 0. I am fixing this issue in the next version and adding new features ?? Look out for it soon.
For now, if you understand CSS3 animations, I recommend that you copy from animate.min.css the keyframe CSS of the animation you’re using, and in your custom CSS paste the original code and add
100% {
opacity: 1
}
at the end of the keyframe.
Also as I mentioned, please make sure other animation plugins are not overwriting the animation classes.
-
This reply was modified 3 years, 1 month ago by
Virgildia.
-
This reply was modified 3 years, 1 month ago by
Virgildia.