Commit 0ab007bc authored by tom's avatar tom

fix tab transition

parent 5ab4a08b
...@@ -96,7 +96,8 @@ const RoutedTabs = ({ tabs, tabListProps, rightSlot, stickyEnabled }: Props) => ...@@ -96,7 +96,8 @@ const RoutedTabs = ({ tabs, tabListProps, rightSlot, stickyEnabled }: Props) =>
}} }}
bgColor={ listBgColor } bgColor={ listBgColor }
transitionProperty="top,box-shadow,background-color,color" transitionProperty="top,box-shadow,background-color,color"
transitionDuration="slow" transitionDuration="normal"
transitionTimingFunction="ease"
{ {
...(stickyEnabled ? { ...(stickyEnabled ? {
position: 'sticky', position: 'sticky',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment