• Resolved alexmanchev98

    (@alexmanchev98)


    Hey,

    Sometime ago I found a way to get high score on lighthouse and improve ux by simply loading most add-ons after the user scrolls. I use the following script:

    window.addEventListener(‘scroll’,() =>
    setTimeout (() => {
    //whatever
    }, 500),
    { once:true }
    );

    Is there a way that I can add this to your plugin so that it loads after the user has scrolled 500px? It doesn’t make sense to have it active before that.

Viewing 1 replies (of 1 total)
  • Plugin Author Sabri

    (@delabon)

    Hello alexmanchev98,

    I am already working on 3 types of triggers, but they will be available for the premium version only.

    * Display after X seconds
    * Display after scrolling down X amount
    * Display When a visitor is about to exit

    Also, I’m working on a font size feature for desktop and mobile (Free/Premium).

    Let me know if you are interested (I’m going to lower the price after this update).

    Regards,
    Sabri

Viewing 1 replies (of 1 total)
  • The topic ‘Load after user scrolls’ is closed to new replies.