Skip to content

Lazy loading plugin

R.Brown edited this page Jan 4, 2021 · 2 revisions

License

Wait for lazy-loaded or delayed elements on the page before showing related tour step.

Use Cases

  • 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.

Installation

Please refer to the plugins' installation and configuration Wiki page.

Options

  • 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)

How To Use

GuideChimp.extend(guideChimpPluginLazyLoading, { timeout: 15000, frequency: 500 });

Examples

Clone this wiki locally