Globe: Remove fade on Lazy loading

This commit is contained in:
2020-04-21 15:02:45 +02:00
parent faf0c3c96b
commit cd51724d8b
3 changed files with 3 additions and 3 deletions

View File

@@ -119,7 +119,7 @@
</div>
{#if process.browser}
<Lazy offset={window.innerHeight}>
<Lazy offset={window.innerHeight} fadeOption={null}>
<InteractiveGlobe />
</Lazy>
{/if}