Journey.js - Example - Progress Bar

This is an example of a basic journey setup, with the progress bar enabled.

Download Now

v2.1.0 - 23rd Jul 2024
Click here to start the example.
Code
                                    $journey.setConfiguration( {
                                        showProgressBar: true,
                                        showProgressBarText: true,
                                        showProgressDots: false
                                    } );
                    
                                    $journey.start();