1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00

Localize animation (#11240)

This commit is contained in:
melohagan 2023-07-17 16:40:07 +01:00 committed by GitHub
parent c9f6c057c6
commit 731482c359

View file

@ -82,7 +82,7 @@
{#if open}
<div class="overlay" on:mousedown|self={() => (open = false)} />
<div
transition:fly={{ y: -20, duration: 200 }}
transition:fly|local={{ y: -20, duration: 200 }}
class="spectrum-Popover spectrum-Popover--bottom is-open"
>
<ul class="spectrum-Menu" role="listbox">