-
I am using Angular and not sure how to implement: |
Beta Was this translation helpful? Give feedback.
Answered by
idiotWu
Apr 10, 2023
Replies: 2 comments 2 replies
-
https://codepen.io/idiotWu/pen/VwbborM You can put your class plugin outside of init Also you have to extends ScrollbarPlugin |
Beta Was this translation helpful? Give feedback.
1 reply
-
class ScaleSpeedPlugin extends ScrollbarPlugin {
// ...
}
Scrollbar.use(ScaleSpeedPlugin); |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jzhang172
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ScrollbarPlugin
:Scrollbar.use
: