AOS.js
https://michalsnik.github.io/aos/
AOS.init({ offset: 100, delay: 200, duration: 1000, easing: 'ease-in-out', once: true, mirror: false, anchorPlacement: 'top-bottom', });
https://on-ze.com/archives/341
$('head').append( '<style>body{display:none;}' ); $(window).on("load", function() { $('body').delay(600).fadeIn("slow"); });
これを併用すると、AOSが効かなくなってしまいます。
ご教授願います。