antd table animation duration none

유진·2023년 11월 9일

231109(목)



dark mode 바꾸면 animation이 된다.

해결방법

table header이기 때문에

 .tableHeader {
            th {
              padding: 2px !important; 
              height: auto !important; 
              margin: 0 0 1px;
              backdrop-filter: blur(10px);
              background-color: rgba(255, 255, 255, 0.8);
              transition: none !important;
            }
          }

transition none을 주었다.
흑흑 이게 뭐라고 오래 걸림

profile
긍정 🍋🌻

0개의 댓글