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; - } -}