Fix Globe popin transition
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user