gpt4 book ai didi

javascript - 动画只有一种方式

转载 作者:行者123 更新时间:2023-12-03 06:07:19 24 4
gpt4 key购买 nike

我有以下代码: http://jsbin.com/havesixufo/edit?html,output

只有向下滚动才有效,但向上滚动时,div 会得到 2 个类,而不是 1 个。您可能会说,只需反转向下滚动时所做的操作,但不起作用。

最佳答案

将 UP 部分中的 if block 代码更改为下面的

if(bottom >= prevElement.center.bottom && bottom <= element.top.top){
prevElement.target.addClass('center').removeClass('bottom');
}
if(stCenter <= element.top.center && bottom >= prevElement.center.bottom){
element.target.addClass('top').removeClass('center');
}

这是脚本的工作版本 http://jsbin.com/manaqitudu/1/edit?html,output

关于javascript - 动画只有一种方式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39489125/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com