From cc07f6a03c461f519109ea5945a8ea2a8fa910fa Mon Sep 17 00:00:00 2001 From: MrKBear Date: Fri, 1 Apr 2022 17:37:47 +0800 Subject: [PATCH] Remove behavior list animate --- source/Component/BehaviorList/BehaviorList.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/Component/BehaviorList/BehaviorList.scss b/source/Component/BehaviorList/BehaviorList.scss index e30b254..f6af527 100644 --- a/source/Component/BehaviorList/BehaviorList.scss +++ b/source/Component/BehaviorList/BehaviorList.scss @@ -40,8 +40,6 @@ div.behavior-list { z-index: 1; div.behavior-popup-layout { - transition: opacity 150ms cubic-bezier(0, 0, 1, 1), - width 220ms cubic-bezier(.1, .9, .2, 1); width: 0; opacity: 0; height: 100%;