Added dynamic tracking on what minor ticks are currently displayed on the screen to provide more data to the alternative text of the zoom-in/out buttons:
_“zoom in, to show less than <minor_start> to <minor_end>” e.g. (“... less than 1783 to 1823”_)
_“zoom out, to show more than <minor_start> to <minor_end>” (“... more than 1783 to 1823”_)
This PR fulfills the issue - https://github.com/NUKnightLab/TimelineJS3/issues/769
Before approaching this PR, some previous PRs need to be reviewed and merged first - https://github.com/NUKnightLab/TimelineJS3/pull/758
Added dynamic tracking on what minor ticks are currently displayed on the screen to provide more data to the alternative text of the zoom-in/out buttons:
<minor_start>
to<minor_end>
” e.g. (“... less than 1783 to 1823”_)<minor_start>
to<minor_end>
” (“... more than 1783 to 1823”_)https://user-images.githubusercontent.com/68850090/174852479-0bcc3b9b-55ca-42c0-b059-6cc6b2217542.mp4