donejs / bit-docs-donejs-theme

The plugins to produce the DoneJS site.
https://www.npmjs.com/package/bit-docs-donejs-theme
MIT License
2 stars 2 forks source link

Lower the scroll debounce timeout to make it update more quickly #58

Closed chasenlehara closed 7 years ago

chasenlehara commented 7 years ago

I checked to make sure I didn’t cause https://github.com/donejs/bit-docs-donejs-theme/issues/37 to happen again.

Also use lodash.debounce instead of our own debounce function.