我正在使用 Skrollr 使用div class="box"
动画margin-top
,但我的问题是我需要即时更改,而不是< strong>动画 ..
此JSbin显示我正在处理的内容,margin-top
0px
data-top-bottom
时,我需要data-anchor-target=".space"
的红色div skrollr.init({
forceHeight: true,
smoothScrollingEnabled: false,
smoothScrollingDuration: 1,
smoothScrolling: false,
forceRender: true
});
动画......
我尝试了所有这些属性
skrollable-before
但没有任何帮助我...
以另一种方式:有没有办法,从skrollable-after
转到skrollable-between
而不经过{{1}}
希望有办法做到这一点......
答案 0 :(得分:1)
只需在值之前加上感叹号,如https://github.com/Prinzhorn/skrollr#preventing-interpolation
所述margin-top: !300px;
margin-top: !0px;