Fix transition duration in popover example
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
>
|
>
|
||||||
<Popover as="div" class="relative">
|
<Popover as="div" class="relative">
|
||||||
<Transition
|
<Transition
|
||||||
enter="ease-out duration-1000 fixed z-20"
|
enter="ease-out duration-300 fixed z-20"
|
||||||
enterFrom="opacity-0"
|
enterFrom="opacity-0"
|
||||||
enterTo="opacity-100"
|
enterTo="opacity-100"
|
||||||
leave="ease-in duration-300 fixed z-20"
|
leave="ease-in duration-300 fixed z-20"
|
||||||
|
|||||||
Reference in New Issue
Block a user