You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New Features:
Added progress bar support! This is shown under the progress dots.
Added scroll to element support!
Binding Options:
Added a new binding custom trigger called "removeHintWhenViewed", which states if a hint should be removed when clicked (defaults to false).
Configuration Options:
Added a new configuration option called "showProgressBar", which states if the progress bar should be shown (defaults to false).
Added a new configuration option called "showProgressBarText", which states if the progress bar text should be shown (defaults to false).
Added a new configuration option called "scrollToElements", which states if the document view should be scrolled to view the current journey step (defaults to false).
Improvements:
Refactored the SCSS file to be more organized, and easier to read.
Smoother transition when the progress dots are updated.