Trig-JS
Trig-JS copied to clipboard
Possibility to import as a module too
With this small change, is possible to use dynamic import too: import(../pathto/trig.js).then(module => { trig.trigInit() });
Nice one, I will pull this and add my latest change to the trig-scroll-top code. It currently checks if at the top but due to padding and margins it can be triggered just before the top of the screen sometimes. I`ll put them together and release as v4.2.1.
Thanks again.