Fix Globe popin transition

This commit is contained in:
2022-07-20 13:04:10 +02:00
parent 72704eac8c
commit efb6183706

View File

@@ -130,8 +130,8 @@
{#if popinOpen}
<div class="globe__popin" transition:fly={{ y: 16, duration: 500, easing: quartOut }}>
<ul>
{#each clusterLocations as { name, slug, country }, index (slug)}
<li in:fade={{ duration: 400, delay: 200 + (50 * index) }}>
{#each clusterLocations as { name, slug, country }, index}
<li>
<a href="/{country.slug}/{slug}" sveltekit:noscroll tabindex="0">
<Image
class="flag"