mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 03:29:59 +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';
|
||||
velocity(node, 'slideDown', {
|
||||
duration: 300,
|
||||
duration: 150,
|
||||
complete: complete
|
||||
});
|
||||
return {
|
||||
@ -40,7 +40,7 @@ const animation = {
|
||||
}
|
||||
|
||||
velocity(node, 'slideUp', {
|
||||
duration: 300,
|
||||
duration: 150,
|
||||
complete: complete
|
||||
});
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user