Fix transition duration in popover example

This commit is contained in:
Ryan Gossiaux
2021-12-16 16:34:45 -08:00
parent cc69cb9a93
commit 3b340fbde5

View File

@@ -35,7 +35,7 @@
>
<Popover as="div" class="relative">
<Transition
enter="ease-out duration-1000 fixed z-20"
enter="ease-out duration-300 fixed z-20"
enterFrom="opacity-0"
enterTo="opacity-100"
leave="ease-in duration-300 fixed z-20"