I need to trigger a script after locomotive has been initialize but I can't find a list of event that locomotive it is listening at
scroll.on('init', (args) => {
console.log('init');
});
but it doesn't seem to work
I need to trigger a script after locomotive has been initialize but I can't find a list of event that locomotive it is listening at
scroll.on('init', (args) => {
console.log('init');
});
but it doesn't seem to work