Skip to content

Changing Scroll Speed/Amount #529

Answered by idiotWu
jzhang172 asked this question in Q&A
Apr 10, 2023 · 2 comments · 2 replies
Discussion options

You must be logged in to vote
  1. Your plugin needs to extend the base ScrollbarPlugin:
class ScaleSpeedPlugin extends ScrollbarPlugin {
  // ...
}
  1. Fix the class name in Scrollbar.use:
Scrollbar.use(ScaleSpeedPlugin);

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@jzhang172
Comment options

Comment options

You must be logged in to vote
1 reply
@jzhang172
Comment options

Answer selected by jzhang172
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants