Created
August 21, 2017 13:02
-
-
Save cdaz5/6e6596796f38ef24eeae1700844e1cdf to your computer and use it in GitHub Desktop.
Intro.js Steps State
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
state = { | |
stepsEnabled: true, | |
initialStep: 0, | |
steps: [ | |
{ | |
element: '.step1', | |
intro: 'Contains articles based on your interests.', | |
}, | |
{ | |
element: '.step2', | |
intro: 'Individual article.', | |
}, | |
{ | |
element: '.step3', | |
intro: 'Number of times the article has been shared on Facebook.', | |
}, | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment