pablof7z / chardin.js

Simple overlay instructions for your apps.

Home Page:https://heelhook.github.io/chardin.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overlay on page load

arjunmenon opened this issue · comments

Hi
Is it configurable to show the overlay when the page loads. Also, set cookie so that it wont show the next time or after 3 days, for eg, when user has understood instructions.

Thanks.

commented

yes, place the necessary start() call inside your window.onload() function.

You can check a cookie and call start, or not, at the same time