mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-09 20:26:40 +00:00
ease expand animation a little
This commit is contained in:
@@ -123,7 +123,7 @@ function CollapsibleNavItem({
|
|||||||
)}
|
)}
|
||||||
<ChevronDown
|
<ChevronDown
|
||||||
className={cn(
|
className={cn(
|
||||||
"h-4 w-4 transition-transform duration-200",
|
"h-4 w-4 transition-transform duration-300 ease-in-out",
|
||||||
"group-data-[state=open]/collapsible:rotate-180"
|
"group-data-[state=open]/collapsible:rotate-180"
|
||||||
)}
|
)}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user