Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Luxy is disabling my page transitions with SWUP #8

Closed
Felixr91 opened this issue Aug 20, 2019 · 0 comments
Closed

Luxy is disabling my page transitions with SWUP #8

Felixr91 opened this issue Aug 20, 2019 · 0 comments

Comments

@Felixr91
Copy link

I'm using Lux with SWUP.js a page transition library with cdn's at in my footer.php file like this...

`
<script src="https://unpkg.com/swup@latest/dist/swup.min.js"></script>
<script type="text/javascript">
const swup = new Swup();
</script>

<!-- Luxy -->
<script src="https://cjh.sfo2.cdn.digitaloceanspaces.com/Smooth-Scroll/luxy.js"></script>
<script type="text/javascript"> 
    luxy.init({
        wrapper: '#luxy',
        wrapperSpeed:  0.08
    });
</script>`

For some reason Luxy is stopping my page transitions. I really love both of these libraries and would like to keep both in my project. Any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant