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