From d71252ea12c815ae55534659504757b6afa77750 Mon Sep 17 00:00:00 2001 From: ddcat1115 Date: Thu, 9 Feb 2017 15:20:06 +0800 Subject: [PATCH] improve Layout.Sider's animation effect (#4812) --- components/layout/style/index.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/layout/style/index.less b/components/layout/style/index.less index dd82c34e61..9d81ec2239 100644 --- a/components/layout/style/index.less +++ b/components/layout/style/index.less @@ -38,7 +38,8 @@ &-sider { flex: 0 0 200px; - transition: all .3s ease; + overflow: hidden; + transition: all .3s @ease-out; position: relative; background: @layout-sider-background;