• Hi there,

    First off great plugin, thank you!

    Just wondering if there is a way to set the transition speed for the Javascript mode? In particular the fade option.

    Cheers,

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

    (@philsbury)

    Hi @banddesign,

    That should be possible, it’s just a CSS transition so you could add the following to your CSS or the editor in the advanced settings:

    
    .age-gate-wrapper.transition {
      transition-duration: 5s;
    }
    

    Where 5s is of course the duration you want.

    Thanks
    Phil

Viewing 1 replies (of 1 total)

The topic ‘Transition Speed’ is closed to new replies.