I use perfect-scrollbar https://github.com/mdbootstrap/perfect-scrollbar for custom scrollbar. The scrollbar is visible only when you mouse hover the container.
How can I show the bar only on scroll event and hide it on scroll end?
I use perfect-scrollbar https://github.com/mdbootstrap/perfect-scrollbar for custom scrollbar. The scrollbar is visible only when you mouse hover the container.
How can I show the bar only on scroll event and hide it on scroll end?
Copyright © 2021 Jogjafile Inc.
You can try using the javascript
onscroll()function. Try something like this-This code is from another stack question- How do I know when I've stopped scrolling?
Link to
onscroll()event in js- https://www.w3schools.com/jsref/event_onscroll.asp