文档:http://idiotwu.github.io/smooth-scrollbar/
Github:https://github.com/idiotWu/smooth-scrollbar
我错过了什么或没有做错?
^?
答案 0 :(得分:0)
你试图在它被声明之前使用它。 我将使用部分向下移动并且工作正常。
见这里:https://jsfiddle.net/8vw2pexa/2。
/* SMOOTH SCROLLING PLUGIN */
... plugin code ...
const { Scrollbar } = window;
Scrollbar.initAll({ speed: 0.15 });