【发布时间】:2017-10-30 11:54:35
【问题描述】:
在我的代码中,我希望在每个部分上滚动元素将可见,但没有发生。在第一部分它运行良好,但在第二部分没有,我实际上也在使用 fullpage.js。但是除了第二部分的 waypoint.js 之外一切都正常
$('.ianimator').waypoint(function() {
$('.ianimator').addClass('animated fadeIn');
},{offset:'90%'});
$('.secmator').waypoint(function() {
$('.secmato').addClass('animated fadeIn');
},{offset:'90%'});
【问题讨论】:
标签: javascript jquery fullpage.js jquery-waypoints