Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function onTransitionDOMCustom() {
- if (barba?.data?.next?.DOM?.body.classList.contains('page-no-ajax') && barba.data.next.content) {
- barba.data.next.content.classList.add('invisible', 'opacity-0');
- }
- }
- document.addEventListener('arts/barba/transition/dom', onTransitionDOMCustom.bind(onTransitionDOMCustom));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement