Update App.svelte

binded scrollY to {y}
the previous was showing undefined
pull/6913/head
mogulh kiti 5 years ago committed by GitHub
parent 2c8e77bf90
commit af63f8c584
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,7 +4,7 @@
let y; let y;
</script> </script>
<svelte:window/> <svelte:window bind:scrollY={y}/>
<a class="parallax-container" href="https://www.firewatchgame.com"> <a class="parallax-container" href="https://www.firewatchgame.com">
{#each layers as layer} {#each layers as layer}

Loading…
Cancel
Save