LIBRARY: intro.js - This module is just a dependency for other modules and does not offer any functionality on its own. This module includes the popular intro.js library.
Intro.js v3
Lightweight, user-friendly onboarding tour library
How to use
1) Call this JavaScript function:
introJs().start();
Optionally, pass one parameter to introJs
function to limit the presentation section.
For example introJs(".introduction-farm").start();
runs the introduction only for elements with class='introduction-farm'
.
Documentation
Please visit Documentation.