luiguild / v-bar

The virtual responsive crossbrowser scrollbar component for VueJS 2x
MIT License
222 stars 28 forks source link

add autoHide feature #21

Closed zhangzhengyi12 closed 6 years ago

zhangzhengyi12 commented 6 years ago

Accept an automatic hidden event parameter that will automatically hide the (opacity) scroll bar when it is not rolled over that time.

If this parameter is not passed in, nothing changes.

add util.js file for auto hide, it export debounce function.