Commit 8ac94670 authored by Jikkai Xiao's avatar Jikkai Xiao Committed by 杨奕

Radio & Checkbox: replace cubic-bezier with ease-in (#11331)

parent 2445a7bc
......@@ -217,7 +217,7 @@
top: 1px;
transform: rotate(45deg) scaleY(0);
width: 3px;
transition: transform .15s cubic-bezier(.71,-.46,.88,.6) .05s;
transition: transform .15s ease-in .05s;
transform-origin: center;
}
}
......
......@@ -169,7 +169,7 @@
left: 50%;
top: 50%;
transform: translate(-50%, -50%) scale(0);
transition: transform .15s cubic-bezier(.71,-.46,.88,.6);
transition: transform .15s ease-in;
}
}
......
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