Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <link rel="stylesheet" href="https://unpkg.com/intro.js/minified/introjs.min.css" />
- <script src="https://unpkg.com/intro.js/minified/intro.min.js"></script>
- <script>
- introJs().setOptions({
- nextLabel: 'Siguiente',
- prevLabel: 'Anterior',
- doneLabel: 'Hecho',
- steps: [{
- title: 'Bienvenido',
- intro: '¡Hola! Bievenido a OV DIVI 👋'
- },
- {
- element: document.querySelector('.paso-01'),
- title: '¡Aquí empezamos!',
- intro: 'Esta es una descripción y puedes introducir lo que tu quieras.',
- },
- {
- element: document.querySelector('.paso-02'),
- title: 'Paso 2',
- intro: 'Lorem Ipsum is simply dummy text of the printing and typesetting industry.'
- },
- {
- element: document.querySelector('.paso-03'),
- title: 'Paso 3',
- intro: 'Lorem Ipsum is simply dummy text of the printing and typesetting industry.',
- position: 'left'
- },
- {
- element: document.querySelector('.paso-04'),
- title: 'Paso 4',
- intro: 'Lorem Ipsum is simply dummy text of the printing and typesetting industry.',
- },
- {
- element: document.querySelector('.paso-05'),
- title: 'Paso 5',
- intro: 'Lorem Ipsum is simply dummy text of the printing and typesetting industry.',
- position: 'right'
- },
- {
- intro: '<img src="https://i.giphy.com/media/ujUdrdpX7Ok5W/giphy.webp" onerror="this.onerror=null;this.src=\'https://i.giphy.com/ujUdrdpX7Ok5W.gif\';" alt="">'
- }],
- }).start();
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement