<script src="https://cdn.jsdelivr.net/gh/tobiasroeder/scrollduration.js@1.0.1/js/scrollduration.min.js"></script>
Syntax (Example)
/* css */
* {
margin: 0;
padding: 0;
}
// javascript
window.onscroll = function() {
scrollDuration({
barColor: '#000',
barHeight: '1em'
});
}
Parameter | Type | Default |
---|---|---|
barColor | string | #00bfff |
barHeight | string | 4px |