add ease-base-in ease-base-out

This commit is contained in:
jljsj33 2018-08-10 16:59:47 +08:00 committed by 偏右
parent 4233c55418
commit 5676a10726
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,7 @@
exports[`Drawer render correctly 1`] = `
<div>
<button
class="ant-btn ant-btn-clicked"
class="ant-btn"
type="button"
>
<span>

View File

@ -181,7 +181,6 @@
}
&-open {
transition: transform @animation-duration-slow @ease-base-out;
> * {
transition: transform @animation-duration-slow @ease-base-out;
}
&-content {