Journey.js - Example - Disable Progress Dot ToolTips
This is an example of a basic journey setup, with the progress dot tooltips disabled.
Download Now
v2.2.0 - 4th Sep 2024
This is an example of a basic journey setup, with the progress dot tooltips disabled.
Download Now
$journey.setConfiguration( {
showProgressDotToolTips: false
} );
$journey.start();