From b323019c68571aa66f1a41e43acae80b6e6dca01 Mon Sep 17 00:00:00 2001 From: ycjcl868 <45808948@qq.com> Date: Tue, 19 Nov 2019 16:51:51 +0800 Subject: [PATCH] fix: remove Transfer lazyload animation style --- components/transfer/style/index.less | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/components/transfer/style/index.less b/components/transfer/style/index.less index f21669d911..266d98a069 100644 --- a/components/transfer/style/index.less +++ b/components/transfer/style/index.less @@ -106,10 +106,6 @@ padding: 0; overflow: auto; list-style: none; - > .LazyLoad { - animation: transferHighlightIn 1s; - } - &-item { min-height: 32px; padding: 6px @control-padding-horizontal; @@ -184,12 +180,3 @@ } } } - -@keyframes transferHighlightIn { - 0% { - background: @primary-2; - } - 100% { - background: transparent; - } -}