mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
Merge branch '0.8.0' of github.com:ant-design/ant-design into 0.8.0
This commit is contained in:
commit
da01d52c6c
@ -15,7 +15,7 @@ const animation = {
|
|||||||
|
|
||||||
node.style.display = 'none';
|
node.style.display = 'none';
|
||||||
velocity(node, 'slideDown', {
|
velocity(node, 'slideDown', {
|
||||||
duration: 300,
|
duration: 150,
|
||||||
complete: complete
|
complete: complete
|
||||||
});
|
});
|
||||||
return {
|
return {
|
||||||
@ -40,7 +40,7 @@ const animation = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
velocity(node, 'slideUp', {
|
velocity(node, 'slideUp', {
|
||||||
duration: 300,
|
duration: 150,
|
||||||
complete: complete
|
complete: complete
|
||||||
});
|
});
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user