-
-
Notifications
You must be signed in to change notification settings - Fork 18
Lazy loading plugin
R.Brown edited this page Jan 4, 2021
·
2 revisions
Wait for lazy-loaded or delayed elements on the page before showing related tour step.
- Plugin makes GuideChimp wait for lazy-loaded or delayed elements (post-rendering, rerouting, etc.)
- Support dynamically created DOM elements with the frameworks, such as Angular, Vue.js, React, etc.
Please refer to the plugins' installation and configuration Wiki page.
-
timeout
: time (in milliseconds) after which waiting for an element will be interrupted (default: 5000) -
frequency
: indicates how often (in milliseconds) an element availability check will be performed (default: 100)
GuideChimp.extend(guideChimpPluginLazyLoading, { timeout: 15000, frequency: 500 });
- Lazy-loading (plugin) - https://codepen.io/netlicensing/full/PozXbPR
- Lazy-loading (using
onBeforeChange()
) - https://codepen.io/netlicensing/full/yLJRbeY