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;
</script>
<svelte:window/>
<svelte:window bind:scrollY={y}/>
<a class="parallax-container" href="https://www.firewatchgame.com">
{#each layers as layer}
@ -85,4 +85,4 @@
padding: 0;
background-color: rgb(253, 174, 51);
}
</style>
</style>

Loading…
Cancel
Save