Merge branch '0.8.0' of github.com:ant-design/ant-design into 0.8.0

This commit is contained in:
然则 2015-08-24 20:21:31 +08:00
commit da01d52c6c

View File

@ -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 {