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

This commit is contained in:
Jikkai Xiao 2018-05-25 10:43:18 +08:00 committed by 杨奕
parent 2445a7bc00
commit 8ac9467003
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}

View File

@ -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;
}
}