Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
scrollorama水平工作吗?
它有一个持续时间,但是当 scoll 达到垂直阈值时就会开始
我想在水平滚动页面上使用这些功能
Scrollorama 未设置为水平滚动。但是,SuperScrollorama 是:
var scrollyStuff = $.superscrollorama({isVertical:false});
http://johnpolacek.github.com/superscrollorama/
编辑jquery.scrollorama.js
字符串 102:
var scrollTop = $(window).scrollTop(),
改成:
var scrollTop = $(window).scrollLeft(),