Could you tell me how to achieve this effect of scrolling with content?

this effect, which is used in forums such as flarum and discourse, feels much better than pagination. Is there a ready-made jquery plug-in or something?
as shown in the figure:

effect address: https://forum.vuejs.org/t/wel...

May.12,2022

listen for scroll events, get the outermost scrolling position in real time, and modify the location where the time is convenient in real time. Just modify the css.

here the position of the time box should be based on the percentage of the outermost scroll.

This is the idea of

. There are no plug-ins. Because it's easy to implement.


has previously sent a similar demo . The basic principle is
https://codepen.io/ars_qu/pen...

.
Menu