Skip to main content
This topic has been closed for replies.

1 reply

JoãoCésar17023019
Community Expert
Community Expert
October 4, 2018

Hi.

There two main steps required.

- The first one is a mask reveal. You can find out how to do it here:

https://createjs.com/demos/easeljs/alphamaskreveal

- The second one is to set a delay. Because it seems that the banner expects the user to click once then it waits for about 3 seconds to change the screen. You can do this by calling a window.setTimeout function inside of a click handler function.

Regards,

JC

danielo33771543
Known Participant
October 4, 2018

do you by chance ave a video link of a step by step process