From e39e998ecc0943995c58b95f0e24b99b4a9398e9 Mon Sep 17 00:00:00 2001 From: Konv Suu <2583695112@qq.com> Date: Fri, 18 Aug 2023 14:23:50 +0800 Subject: [PATCH] feat: pagination buttons transition style (#6832) --- components/pagination/style/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/pagination/style/index.tsx b/components/pagination/style/index.tsx index b0502b454..9f94de9ab 100644 --- a/components/pagination/style/index.tsx +++ b/components/pagination/style/index.tsx @@ -399,7 +399,7 @@ const genPaginationJumpStyle: GenerateStyle = token border: `${token.lineWidth}px ${token.lineType} transparent`, borderRadius: token.borderRadius, outline: 'none', - transition: `border ${token.motionDurationMid}`, + transition: `all ${token.motionDurationMid}`, }, [`&:focus-visible ${componentCls}-item-link`]: {