У меня проблема с отображением содержимого плагина AOS (с непрозрачностью от 0 до 1).
$(function() {
AOS.init({
duration: 1200, // values from 0 to 3000, with step 50ms
easing: 'ease-in-out', // default easing for AOS animations
once: false, // whether animation should happen only once - while scrolling down
mirror: true, // whether elements should animate out while scrolling past them
// anchorPlacement: 'top-bottom', // defines which position of the element regarding to window should trigger the animation
});
});