var s = skrollr.init({
mobileDeceleration: 1,
edgeStrategy: 'set',
forceHeight: true,
smoothScrolling: true,
smoothScrollingDuration: 300,
easing: {
WTF: Math.random,
inverted: function(p) {
return 1-p;
}
}
});
当我尝试初始化 skrollr 时,它只会给我这个错误:TypeError: Argument 1 of Window.getComputedStyle is not an object。会是什么呢?