Browse Source

add ease-base-in ease-base-out

pull/11884/head
jljsj33 6 years ago
committed by 偏右
parent
commit
5676a10726
  1. 2
      components/drawer/__tests__/__snapshots__/DrawerEvent.test.js.snap
  2. 1
      components/drawer/style/drawer.less

2
components/drawer/__tests__/__snapshots__/DrawerEvent.test.js.snap

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

1
components/drawer/style/drawer.less

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

Loading…
Cancel
Save