1
0
Fork 0
mirror of synced 2024-09-08 21:51:58 +12:00

Apply transition locally to color picker

This commit is contained in:
Mel O'Hagan 2022-10-21 16:47:59 +01:00
parent f840cb1d05
commit 2f714bffa3

View file

@ -132,7 +132,7 @@
{#if open}
<div
use:clickOutside={() => (open = false)}
transition:fly={{ y: -20, duration: 200 }}
transition:fly|local={{ y: -20, duration: 200 }}
class="spectrum-Popover spectrum-Popover--bottom spectrum-Picker-popover is-open"
class:spectrum-Popover--align-right={alignRight}
>