Skip to content

Instantly share code, notes, and snippets.

@Flowbaseco
Created March 1, 2022 06:31
Show Gist options
  • Save Flowbaseco/904096d55fdc9f00fa5cd2ce47a6045a to your computer and use it in GitHub Desktop.
Save Flowbaseco/904096d55fdc9f00fa5cd2ce47a6045a to your computer and use it in GitHub Desktop.
<script src="https://min30327.github.io/luxy.js/dist/js/luxy.js"></script>
<script charset="utf-8">
var isMobile = /iPhone|iPad|Android/i.test(navigator.userAgent);
if (!isMobile) {
luxy.init({
wrapper: '#luxy',
wrapperSpeed: 0.065,
});
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment