소스 검색

feat:主题切换动画修改

Grnetsky 6 달 전
부모
커밋
05cf5241b2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/styles/app.css

+ 1 - 1
src/styles/app.css

@@ -596,7 +596,7 @@ input[type="time"]::-webkit-calendar-picker-indicator {
 }
 
 html::view-transition-new(root){
-  animation: clip 2s linear;
+  animation: clip .3s linear;
   height: 100%;
   overflow: clip;
   object-fit: contain;