Skip to content

Commit

Permalink
fix: animation time
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverEllipsis committed Jan 2, 2025
1 parent b31f46b commit 4139044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bui-core/src/Tabs/Tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import scrollLeftTo from './utils/scroll';
import './Tabs.less';

const prefixCls = 'bui-tabs';
const duration = 250;
const duration = 300;

const Tabs = React.forwardRef<HTMLDivElement, TabsProps>((props, ref) => {
const { children, className, value, tabs, align, onChange, ...others } =
Expand Down

0 comments on commit 4139044

Please sign in to comment.