hi this is my democode
https://github.com/kulame/solid-demo/blob/master/src/Search.tsx
<Transition
enterClass="transition ease-in-out duration-1000"
exitToClass="opacity-100 translate-y-0"
>
<Show when={modalOpen()} fallback={<></>}>
</Show>
</Transition>
Why doesn't the window still not disappear after I clicked outside ?
In addition, the animation effect of Transition never appears after I click. Is it because I am using it incorrectly?
hi this is my democode
https://github.com/kulame/solid-demo/blob/master/src/Search.tsx
Why doesn't the window still not disappear after I clicked outside ?
In addition, the animation effect of Transition never appears after I click. Is it because I am using it incorrectly?