Conflicting with AOS Animations
See original GitHub issueshort description of the bug / issue, provide more detail below.
Slick is causing issues with AOS animations on scroll reveal. See https://github.com/michalsnik/aos/issues/309
====================================================================
[ https://credify.one ]
As in the other issue, you can see this is causing problems of no animation on desktop browser.
In the js/main.js
, everything works fine when I comment out the Slick initialisation.
====================================================================
Steps to reproduce the problem
- Initialise Slick on document ready.
- Initialise AOS after or before (both do not work).
- Scroll an AOS data-tagged element into view.
====================================================================
What is the expected behaviour?
Expect element to animate when scrolled into view.
====================================================================
What is observed behaviour?
Nothing animates.
====================================================================
More Details
- Doesn’t seem to happen on mobile.
- jQuery 1.1.3 & Slick 1.8.1
Issue Analytics
- State:
- Created 5 years ago
- Comments:10
Top GitHub Comments
On https://github.com/michalsnik/aos/issues/155#issuecomment-514591450 I found this solution for me:
I also have the same error AOS with slick slide. please anyone can solve.