UNPKG

scrollama

Version:

Lightweight scrollytelling library using IntersectionObserver

5 lines 135 B
export default function indexSteps(steps) { steps.forEach((step) => step.node.setAttribute("data-scrollama-index", step.index) ); }