Commit 2853dab8 authored by chenshouchao's avatar chenshouchao

feat: 动画速度调整

parent ceffb240
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
box-shadow: 2px 4px 12px 0px rgba(0, 27, 63, 0.06); box-shadow: 2px 4px 12px 0px rgba(0, 27, 63, 0.06);
height: 28px; height: 28px;
background-color: #fff; background-color: #fff;
transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
border-radius: 2px; border-radius: 2px;
width: 50%; width: 50%;
transform: translateX(0px); transform: translateX(0px);
......
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
border-left: 1px solid #dde1e6; border-left: 1px solid #dde1e6;
animation: myfirst 0.4s; animation: myfirst 0.3s;
-webkit-animation: myfirst 0.4s; /* Safari and Chrome */ -webkit-animation: myfirst 0.3s; /* Safari and Chrome */
} }
.searchBox { .searchBox {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment