소스 검색

Increase speed of slider for allowance.

Lee Morgan 11 달 전
부모
커밋
77e4d8d038
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/css/createAllowance.css

+ 2 - 2
src/views/css/createAllowance.css

@@ -23,7 +23,7 @@
   width: 100%;
   height: 100%;
   background-color: var(--textMuted, #ccc);
-  transition: 0.4s;
+  transition: 0.15s;
   border-radius: 34px;
 }
 
@@ -35,7 +35,7 @@
   left: 4px;
   top: 4px;
   background-color: white;
-  transition: 0.4s;
+  transition: 0.15s;
   border-radius: 50%;
 }