✨scroll progress
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
browser ⟩ event ⟩ type ⟩ scroll ⟩ example ⟩ scroll progress
update the progress bar's width onscroll. (body's height is automatic)
replit ⟩ scroll progress , require -> Node+ext, Element+boxes
const { log } = console
// ⭐️ import
import { $ } from './js/ext/Node_ext.js'; // Node+ext
import { viewport } from './js/ext/Element+boxes.js'; // Element+boxes
// --------------------------------------------------------------------
// elements