Tag: animate on scroll

fullpagejs和AOS – 没有合作

我正在使用fullpagejs和AOS在页面底部弹出一些div(或者至少是我想要实现的)。 不幸的是,它没有用。 是的,我已经阅读了fullpage的FAQ部分,是的, scrollbar设置为true ,autoscroll设置为false 。 我的设置如下: {someOtherContent} test $(‘#test’).fullpage({ lazyLoading: false, lockAnchors: true, scrollingSpeed: 300, fitToSection: false, easing: ‘easeInOutCubic’, easingcss3: ‘ease’, loopHorizontal: false, offsetSections: false, resetSliders: false, scrollOverflow: true, scrollOverflowReset: true, touchSensitivity: 0, bigSectionsDestination: top, keyboardScrolling: false, animateAnchor: false, recordHistory: true, controlArrows: false, verticalCentered: true, responsiveWidth: 0, responsiveHeight: 0, sectionSelector: ‘.section’, slideSelector: ‘.slide’, scrollBar:true […]