I have try
insert with hook in the footer
********************************************************************************
<script src=’https://cdnjs.cloudflare.com/ajax/libs/barba.js/0.0.10/barba.min.js’></script>
<script src=’https://code.jquery.com/jquery-2.2.4.min.js’></script>
<script src=’https://cdnjs.cloudflare.com/ajax/libs/gsap/1.18.5/TweenMax.min.js’></script>
<script src=”js/index.js”></script>
********************************************************************************
in the custon css field i insert
********************************************************************************
#barba-wrapper {
position: relative;
}
#barba-wrapper * {
margin: 0;
padding: 0;
}
html,
body {
overflow-x: hidden;
}
********************************************************************************
and the index.js in the theme js folder
the transition not work π
Regards Dina