I’ve been inspired by Apple’s Time Machine timeline UI, where dates are indicated by little lines until you hover over them and then they show you the dates. I’m confident I can pull that off using conditionals if I hard coded the dates, but anyone have any advice on:
- How I should go about building a dynamic vertical scrolling date timeline?
- Hide the dates, but reveal them when someone hovers of its corresponding line?
Thank you!