I'm looking to implement a progress indicator for my virtual tour that shows:
- What percentage of the tour has been viewed
- How much content remains to be explored
I want to add a visual layer/overlay that displays something like "45% Complete" or "55% Remaining" as users navigate through the tour.
Has anyone implemented this feature before? I'm particularly interested in:
- Best practices for tracking tour progress
- UI/UX considerations for displaying the percentage
- Whether to show completion percentage or remaining percentage
- Technical approaches for calculating progress across different tour segments
Any code examples, plugins, or frameworks that support this functionality would be greatly appreciated!