I’m creating image gallery where I want to implement a functionality of an interactive time axis.
The idea is that axis appears on scroll and shows all years and months as buttons, which on click could navigate user to a given point in time (either scroll to it, or trigger some API call).
So for example a large photo collection where the oldest photo is from 2000 and the newest from 2024 should display axis that spans for 24 years and includes all months for which photos are available.
Similar thing can be found on Google Photos for Android and I guess in some other places.
I would be grateful if you could share with me more examples of such implementation and most importantly, if you know of any existing JS library that address this case!
Thanks 🙂
Tried research but found nothing interesting.