Delay Fade In
-
Hi the plugin is great but it would be extremely useful if I could alter the delay after the page loads.
I’ve had a look in the core files and it looks like this might be an option at some point.
// don't show if page just loaded ( 500ms) // todo: make an option out of this var currentTime = new Date().getTime(); if( ( startTime + 500 ) > currentTime ) { return false; }
I’ve tried editing the 500 value manually myself but it doesn’t seem to have any effect. Is there any way I can set a slightly longer delay on the pop-up after the page loads?
https://www.ads-software.com/plugins/scroll-triggered-boxes/
- The topic ‘Delay Fade In’ is closed to new replies.