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. どうなり得るか?